-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 838 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 838 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
{
"name": "server",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"dependencies": {
"sails": "0.9.16",
"grunt": "0.4.1",
"sails-disk": "~0.9.0",
"ejs": "0.8.4",
"optimist": "0.3.4",
"sails-mongo":"latest",
"passport-local": "~1.0.0",
"passport-http-bearer": "~1.0.1",
"passport-oauth2-client-password": "~0.1.1",
"oauth2orize": "~1.0.1",
"passport": "~0.2.0",
"passport-http": "~0.2.2",
"bcrypt": "~0.7.7",
"crypto": "latest",
"connect-ensure-login": "~0.1.1",
"moment": "~2.6.0"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"main": "app.js",
"repository": "",
"author": "",
"license": ""
}