forked from ei-technologies/nibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.5 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "loyalty",
"version": "0.0.0",
"description": "Loyalty Mobile App",
"main": "server.js",
"scripts": {
"test": "karma start test\\karma.conf.js --single-run",
"start": "node server.js",
"init_salesforce_schema": "node server/init_salesforce_schema.js",
"prestart": "gulp replace "
},
"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": {
"bcrypt": "~0.8.7",
"body-parser": "~1.3.0",
"compression": "~1.0.11",
"cookie-session": "~1.0.2",
"ejs": "~1.0.0",
"express": "~4.4.1",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-replace-task": "^0.11.0",
"logfmt": "~0.21.0",
"method-override": "~2.0.1",
"nforce": "~0.8.0-beta.1",
"node-cron": "^1.1.1",
"node-uuid": "~1.4.1",
"pg": "~2.11.1",
"q": "~1.0.1",
"qrcode-npm": "~0.0.3",
"request": "^2.40.0",
"validator": "~3.5.0",
"winston": "~0.7.3",
"yargs": "^4.8.1"
},
"devDependencies": {
"browserify": "^13.1.0",
"chai": "^3.5.0",
"karma": "^1.2.0",
"karma-browserify": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.1",
"karma-sinon": "^1.0.5",
"mocha": "^3.0.2",
"sinon": "^1.17.5",
"watchify": "^3.7.0"
}
}