-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 811 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 811 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
31
32
33
{
"name": "sng",
"version": "0.2.1",
"description": "THE script that manages NGinx/PHP developement server",
"keywords": ["nginx", "php", "developement server", "fun"],
"homepage" : "https://github.com/fe-lix-/node-sng",
"directories": {
"templates": "templates"
},
"repository": {
"type": "git",
"url": "https://github.com/fe-lix-/node-sng"
},
"bin": {
"sng": "bin/cli.js"
},
"dependencies": {
"optimist": "0.6.x",
"swig": "1.2.x"
},
"devDependencies" : {
"vows": "latest"
},
"author" : {
"name" : "Félix Delval",
"email" : "felix.delval@gmail.com",
"url" : "http://blog.delval.eu"
},
"licence" : "MIT/X11",
"engines": {
"node": ">=0.8"
}
}