forked from feedhenry/fh-mbaas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.06 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
{
"name": "fh-mbaas",
"version": "6.0.2-BUILD-NUMBER",
"description": "",
"main": "index.js",
"author": "FeedHenry",
"license": "Apache-2.0",
"scripts": {
"install": "scripts/install.sh",
"postinstall": "scripts/postinstall.sh",
"preshrinkwrap": "npm cache clean && npm ls",
"postshrinkwrap": "license-reporter save --full-dependency-tree --xml licenses.xml && license-reporter report --full-dependency-tree --silent",
"start": "node fh-mbaas.js config/conf.json --master-only"
},
"bin": {
"fh-mbaas": "./fh-mbaas.js"
},
"engines": {
"node": "6.9"
},
"preferGlobal": true,
"dependencies": {
"archiver": "1.2.0",
"async": "1.5.2",
"body-parser": "1.18.2",
"cors": "2.7.1",
"diskspace": "1.0.2",
"express": "4.16.2",
"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.1",
"fh-cluster": "0.3.0",
"fh-component-metrics": "2.2.1",
"fh-config": "1.0.3",
"fh-forms": "1.16.6",
"fh-health": "0.3.2",
"fh-logger": "0.5.1",
"fh-mbaas-middleware": "2.3.1",
"fh-messaging-client": "1.0.4",
"fh-metrics-client": "1.0.5",
"fh-service-auth": "1.0.4",
"mkdirp": "0.5.1",
"mongodb": "2.1.18",
"mongodb-uri": "0.9.7",
"mongoose": "4.11.14",
"mongoose-timestamp": "0.3.0",
"multer": "0.1.8",
"optimist": "0.6.1",
"request": "2.83.0",
"rimraf": "2.5.2",
"underscore": "1.8.3"
},
"devDependencies": {
"deep-equal": "~1.0.1",
"grunt": "~1.0.1",
"grunt-fh-build": "~2.0.0",
"istanbul": "0.4.3",
"license-reporter": "github:bucharest-gold/license-reporter#d74abaf47220137b6dfd3a070556c6d5c4f2003b",
"mocha": "~2.5.3",
"mockgoose": "^7.3.5",
"proxyquire": "~1.8.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"
},
"repository": {
"type": "git",
"url": "[email protected]:feedhenry/fh-mbaas.git"
}
}