forked from feedhenry/fh-mbaas-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.3 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
{
"name": "fh-mbaas-api",
"version": "6.1.4",
"description": "FeedHenry MBAAS Cloud APIs",
"main": "lib/api.js",
"dependencies": {
"async": "0.2.9",
"colors": "0.6.2",
"cycle": "1.0.3",
"eyes": "0.1.8",
"fh-db": "1.2.5",
"fh-mbaas-client": "0.15.0",
"fh-mbaas-express": "5.6.8",
"fh-security": "0.2.0",
"fh-statsc": "0.3.0",
"lodash-contrib": "^393.0.1",
"memcached": "^2.0.0",
"moment": "2.14.1",
"mongodb-uri": "0.9.7",
"optval": "1.0.1",
"pkginfo": "0.2.3",
"redis": "0.8.2",
"request": "2.74.0",
"stack-trace": "0.0.9",
"underscore": "1.7.0",
"unifiedpush-node-sender": "0.12.0",
"winston": "0.8.0",
"xtend": "4.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"clear-require": "1.0.1",
"express": "3.3.4",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-fh-build": "^0.5.0",
"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",
"test": "grunt"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "[email protected]:feedhenry/fh-mbaas-api.git"
}
}