forked from mockee/istatic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 902 Bytes
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "node-istatic",
"description": "Static File Manager.",
"version": "0.3.1",
"homepage": "https://github.com/mockee/istatic",
"author": {
"name": "mockee",
"email": "[email protected]",
"url": "http://github.com/mockee"
},
"repository": {
"type": "git",
"url": "git://github.com/mockee/istatic.git"
},
"bugs": {
"url": "https://github.com/mockee/istatic/issues"
},
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"main": "./istatic.js",
"keywords" : [
"static",
"manager"
],
"preferGlobal": "true",
"bin": {
"istatic": "./bin/istatic"
},
"files": [
"bin",
"lib",
"istatic.js",
"README.md"
],
"engines": {
"node": "*"
},
"dependencies": {
"mkdirp": ">=0.3.4",
"js-yaml": ">=1.0.2",
"difflib": ">=0.2.4",
"rimraf": "*"
}
}