forked from cgmartin/sailsjs-angularjs-bootstrap-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 705 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 705 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
{
"name": "sailsjs-angularjs-bootstrap-example",
"private": true,
"version": "0.0.2",
"description": "A Sails.js / AngularJS / Twitter Bootstrap example application",
"dependencies": {
"sails": "0.9.8",
"grunt": "0.4.2",
"sails-disk": "~0.9.0",
"optimist": "0.3.4",
"then-jade": "1.1.0",
"jade": "1.0.2",
"passport": "0.1.18",
"bcrypt": "0.7.7",
"async": "0.2.9",
"passport-local": "0.1.6"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"main": "app.js",
"repository": "",
"author": "Christopher Martin <cgmartin@gmail.com>",
"license": "MIT",
"devDependencies": {
"grunt-contrib-less": "~0.8.3"
}
}