-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 993 Bytes
/
package.json
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
40
41
42
{
"name": "petman-api",
"private": true,
"version": "0.13.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"cheerio": "^0.22.0",
"express": "^4.15.2",
"fb": "^1.1.1",
"forever": "^0.15.3",
"grunt": "^1.0.1",
"handlebars": "^4.0.10",
"include-all": "^1.0.0",
"jsonwebtoken": "^7.3.0",
"lodash": "^4.17.4",
"nested-pop": "^0.1.4",
"osmosis": "^1.1.2",
"pug": "^2.0.0-rc.2",
"q": "^1.4.1",
"query-string": "^4.3.4",
"rc": "1.0.1",
"request-promise": "^4.2.1",
"sails": "~0.12.11",
"sails-disk": "~0.10.9",
"sails-postgresql": "^0.11.4",
"url-pattern": "^1.0.3"
},
"scripts": {
"lift": "sails lift",
"debug": "node debug app.js",
"start": "node app.js",
"forever": "forever start app.js --prod"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/andranik/petman-api.git"
},
"author": "andranik",
"license": ""
}