-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 990 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
43
{
"name": "donnavekic",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"apn": "^1.7.5",
"bcrypt": "^0.8.5",
"easyimage": "^2.1.0",
"email-templates": "^2.0.1",
"fluent-ffmpeg": "^2.0.1",
"fs-extra": "^0.26.2",
"grunt": "^0.4.5",
"grunt-apidoc": "^0.10.1",
"grunt-contrib-clean": "^0.7.0",
"include-all": "~0.1.3",
"jsonwebtoken": "^5.4.1",
"moment": "^2.10.6",
"node-gcm": "^0.14.0",
"nodemailer": "^1.11.0",
"rc": "~0.5.0",
"sails": "~0.11.2",
"sails-disk": "~0.10.0",
"sails-mongo": "^0.11.5",
"skipper-disk": "^0.5.4"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/nebs/donnavekic.git"
},
"author": "nebs",
"license": "",
"apidoc": {
"title": "DonnaVekic documentation",
"version": "0.1.0"
}
}