-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 849 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 849 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
{
"name": "contrast",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"dependencies": {
"sails": "0.9.16",
"grunt": "0.4.1",
"sails-disk": "~0.9.0",
"optimist": "0.3.4",
"handlebars": "~2.0.0-alpha.2",
"gulp-rename": "~1.2.0",
"gulp": "~3.6.0",
"gulp-stylus": "~0.1.0",
"gulp-browserify": "~0.5.0",
"knox": "~0.8.8",
"bluebird": "~1.2.1",
"node-neo4j": "^2.0.0-RC6",
"bcryptjs": "^0.7.12",
"angular": "~1.2.15",
"angular-ui-router": "~0.2.10",
"gulp-replace": "~0.2.0",
"gulp-notify": "~1.2.5",
"node-schedule": "^0.1.13",
"sails-redis": "^0.9.3",
"sails-mongo": "^0.9.7"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"main": "app.js",
"repository": "",
"author": "",
"license": ""
}