-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
{
"name": "fh-wfm-demo-auth",
"version": "2.4.0",
"dependencies": {
"bluebird": "3.5.0",
"body-parser": "1.17.2",
"cors": "2.8.3",
"express": "4.15.3",
"fh-mbaas-api": "~7.0.9",
"fh-wfm-mediator": "0.3.4",
"fh-wfm-user": "0.6.6",
"lodash": "4.17.4",
"request": "2.81.0",
"shortid": "^2.2.6"
},
"devDependencies": {
"cross-env": "^3.1.4",
"grunt": "0.4.5",
"grunt-concurrent": "2.2.1",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-env": "0.4.4",
"grunt-eslint": "^18.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-node-inspector": "0.4.1",
"grunt-nodemon": "0.4.1",
"grunt-open": "0.2.3",
"grunt-shell": "1.2.1",
"load-grunt-tasks": "3.4.1",
"mocha": "2.4.5",
"proxyquire": "1.7.4",
"should": "8.3.0",
"sinon": "1.17.3",
"supertest": "1.2.0",
"time-grunt": "1.3.0"
},
"main": "application.js",
"repository": {
"type": "git",
"url": "https://github.com/feedhenry-raincatcher/raincatcher-demo-auth.git"
},
"scripts": {
"test": "WFM_USE_MEMORY_STORE=true grunt unit",
"debug": "grunt debug",
"start": "node application.js"
},
"license": "MIT"
}