forked from feedhenry/fh-mbaas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.99 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "fh-mbaas",
"version": "5.8.0-BUILD-NUMBER",
"description": "",
"main": "index.js",
"author": "FeedHenry",
"license": "Apache-2.0",
"scripts": {
"install": "scripts/install.sh",
"postinstall": "scripts/postinstall.sh",
"start": "node fh-mbaas.js config/conf.json --master-only"
},
"bin": {
"fh-mbaas": "./fh-mbaas.js"
},
"engines": {
"node": "4.4"
},
"preferGlobal": true,
"dependencies": {
"archiver": "1.2.0",
"async": "1.5.2",
"body-parser": "1.14.1",
"bunyan": "1.5.1",
"cors": "2.7.1",
"cuid": "1.3.8",
"diskspace": "1.0.2",
"express": "4.14.0",
"express-bunyan-logger": "1.2.0",
"express-paginate": "0.2.0",
"fh-agenda": "0.9.0",
"fh-amqp-js": "0.7.1",
"fh-cls-mongoose": "2.1.0",
"fh-cluster": "0.3.0",
"fh-component-metrics": "2.2.1",
"fh-config": "1.0.3",
"fh-forms": "1.12.1",
"fh-health": "0.3.1",
"fh-logger": "0.5.1",
"fh-mbaas-middleware": "2.2.7",
"fh-messaging-client": "1.0.4",
"fh-metrics-client": "1.0.3",
"fh-service-auth": "1.0.3",
"mkdirp": "0.5.1",
"mongodb": "2.1.18",
"mongodb-uri": "0.9.7",
"mongoose": "4.5.0",
"mongoose-filter-denormalize": "0.2.1",
"mongoose-timestamp": "0.3.0",
"mongoose-unique-validator": "0.3.0",
"mongoose-validator": "1.0.3",
"multer": "0.1.8",
"optimist": "0.6.1",
"rc": "0.4.0",
"request": "2.74.0",
"rimraf": "2.5.2",
"underscore": "1.8.3"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-fh-build": "^1.0.2",
"istanbul": "0.4.3",
"mocha": "^2.3.3",
"mockgoose": "http://npm.skunkhenry.com/mockgoose/-/mockgoose-6.1.0.tgz",
"proxyquire": "^1.4.0",
"should": "2.1.1",
"sinon": "1.17.0",
"supertest": "1.1.0",
"turbo-test-runner": "http://npm.skunkhenry.com/turbo-test-runner/-/turbo-test-runner-0.6.3.tgz",
"deep-equal": "^1.0.1"
},
"repository": {
"type": "git",
"url": "[email protected]:feedhenry/fh-mbaas.git"
}
}