-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 829 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 829 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
34
35
36
37
{
"name": "StaticManager",
"private": true,
"version": "0.0.3",
"description": "Manages JSON",
"dependencies": {
"node-gyp": "3.2.1",
"async": "1.5.0",
"bcrypt": "0.8.5",
"grunt": "0.4.5",
"grunt-contrib-less": "1.1.0",
"jade": "1.11.0",
"lodash": "3.10.1",
"optimist": "0.6.1",
"passport": "0.3.2",
"passport-local": "1.0.0",
"sails": "0.10.5",
"sails-disk": "0.10.8",
"sails-mongo": "0.11.5",
"shortid": "2.2.4",
"then-jade": "2.4.1",
"grunt-contrib-less": "1.1.0"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"engines": {
"node": "4.2.2",
"npm": "2.12.1",
"node-gyp": "3.2.1"
},
"main": "app.js",
"repository": "",
"author": "Christopher Martin <cgmartin@gmail.com>",
"license": "MIT"
}