forked from feedhenry/fh-mbaas-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.41 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
{
"name": "fh-mbaas-api",
"version": "9.1.5",
"description": "FeedHenry MBAAS Cloud APIs",
"main": "lib/api.js",
"dependencies": {
"async": "2.1.5",
"debug": "2.6.9",
"fh-db": "3.3.2",
"fh-mbaas-client": "1.1.4",
"fh-mbaas-express": "https://github.com/weareslate/fh-mbaas-express.git",
"fh-security": "0.4.0",
"fh-statsc": "1.0.0",
"fh-sync": "2.0.1",
"lodash-contrib": "^393.0.1",
"memcached": "^2.0.0",
"mongodb-uri": "0.9.7",
"optval": "1.0.1",
"redis": "2.8.0",
"request": "2.88.0",
"underscore": "1.7.0",
"unifiedpush-node-sender": "0.12.1",
"xtend": "4.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"clear-require": "2.0.0",
"express": "^4.16.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-fh-build": "^2.0.1",
"grunt-mocha-test": "^0.13.2",
"istanbul": "0.2.14",
"jshint": "^2.5.2",
"mocha": "2.4.5",
"mocha-sinon": "^1.1.5",
"nock": "0.22.1",
"plato": "^1.0.1",
"proxyquire": "1.4.0",
"sinon": "^1.17.5",
"valid-url": "1.0.9"
},
"scripts": {
"testwindows": "test_win.cmd",
"pretest": "./scripts/pretest.sh",
"test": "grunt fh:unit mochaTest:integration",
"posttest": "./scripts/posttest.sh"
},
"engines": {
"node": ">=6"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "[email protected]:feedhenry/fh-mbaas-api.git"
}
}