-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
48 lines (48 loc) · 1.04 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-mbaas-express",
"version": "6.1.2",
"description": "FeedHenry MBAAS Express",
"main": "lib/webapp.js",
"dependencies": {
"async": "0.2.9",
"body-parser": "1.18.2",
"cors": "2.1.0",
"express": "4.16.0",
"fh-amqp-js": "0.7.5",
"fh-mbaas-client": "1.1.4",
"fh-reportingclient": "1.0.1",
"multer": "1.3.0",
"request": "2.88.0",
"type-is": "~1.2.1",
"underscore": "1.5.1"
},
"directories": {
"lib": "lib"
},
"engines": {
"node": ">=6"
},
"devDependencies": {
"cli-color": "0.2.2",
"form-data": "^2.1.4",
"grunt": "^0.4.5",
"grunt-fh-build": "^2.0.1",
"istanbul": "^0.3.16",
"jshint": "^2.5.2",
"mocha": "^5.2.0",
"mock-env": "^0.1.3",
"nock": "7.7.2",
"plato": "^1.0.1",
"proxyquire": "0.4.1",
"rewire": "^2.5.2",
"sinon": "^1.17.7"
},
"scripts": {
"test": "grunt fh:coverage fh:dist"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "[email protected]:feedhenry/fh-mbaas-express.git"
}
}