forked from heroku/nibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1008 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
{
"name": "loyalty",
"version": "0.0.0",
"description": "Loyalty Mobile App",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"init_salesforce_schema": "node server/init_salesforce_schema.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ccoenraets/loyalty"
},
"author": "Christophe Coenraets",
"bugs": {
"url": "https://github.com/ccoenraets/loyalty/issues"
},
"homepage": "https://github.com/ccoenraets/loyalty",
"engines": {
"node": "0.10.35"
},
"dependencies": {
"logfmt": "~0.21.0",
"bcrypt": "~0.7.7",
"pg": "~2.11.1",
"node-uuid": "~1.4.1",
"validator": "~3.5.0",
"winston": "~0.7.3",
"q": "~1.0.1",
"nforce": "~0.8.0-beta.1",
"express": "~4.4.1",
"body-parser": "~1.3.0",
"method-override": "~2.0.1",
"compression": "~1.0.11",
"request": "~2.40.0",
"ejs": "~1.0.0",
"cookie-session": "~1.0.2"
}
}