-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 799 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 799 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": "turtle-cloud",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"dependencies": {
"sails": "0.9.7",
"grunt": "0.4.1",
"sails-disk": "~0.9.0",
"ejs": "0.8.4",
"underscore": "1.5.2",
"underscore.string": "2.3.3",
"tar": "0.1.18",
"archiver": "0.4.10",
"node-uuid": "1.4.0",
"adm-zip": "0.4.3",
"request": "*",
"ip": "0.1.0",
"fs-extra": "0.8.1",
"dive": "0.3.0",
"fstream": "0.1.24",
"base32": "0.0.5",
"temp": "0.x",
"express": "~3.4.7",
"sails-mongo": "~0.9.6",
"bcrypt": "~5.0.0",
"connect-flash": "~0.1.1"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"main": "app.js",
"repository": "",
"author": "",
"license": ""
}