-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 814 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name" : "thunder",
"version" : "0.2.0",
"description": "One of the fastest JavaScript template engine for Node.js and browsers.",
"bin" : {
"thunder": "./bin/thunder"
},
"keywords" : [
"template", "view", "view paser", "paser", "html", "html parser",
"view engin", "template engin", "template paser"
],
"author" : "dreamerslab <ben@dreamerslab.com>",
"dependencies": {},
"devDependencies": {
"cli-color": "0.3.2",
"mkdirp" : "0.5.0",
"rmdir" : "1.0.4",
"watchr" : "2.4.11"
},
"repository" : {
"type": "git",
"url" : "https://github.com/dreamerslab/thunder.git"
},
"main" : "index",
"engines": [ "node >= 0.8.0" ],
"licenses": [{
"type": "MIT",
"url" : "http://en.wikipedia.org/wiki/MIT_License"
}]
}