-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 984 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 984 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
38
39
{
"name": "sails-starter-app",
"private": true,
"version": "0.0.2",
"description": "",
"dependencies": {
"sails": "0.9.7",
"grunt": "0.4.1",
"sails-disk": "~0.9.0",
"sails-mongo": "~0.9.x",
"ejs": "0.8.4",
"optimist": "0.3.4",
"bcrypt": "0.7.x",
"node-uuid": "1.4.x",
"passport": "0.1.x",
"passport-http": "0.2.x",
"passport-local": "0.1.x",
"passport-remember-me": "0.0.x",
"lodash": "2.2.x",
"nodemailer": "0.5.x",
"email-templates": "0.1.x",
"kue": "0.6.x",
"async": "0.2.x"
},
"devDependencies": {
"mocha": "1.13.x",
"must": "0.6.x",
"supertest": "0.8.x"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js",
"test": "NODE_ENV=test mocha test --recursive"
},
"main": "app.js",
"repository": "",
"author": "",
"license": ""
}