-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
58 lines (58 loc) · 1.63 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
{
"name": "oe-cloud",
"version": "2.3.0",
"description": "oe-cloud modularization aka oecloud.io",
"engines": {
"node": ">=6"
},
"main": "index.js",
"scripts": {
"pretest": "npm install --no-optional",
"test": "mocha test/test.js",
"lint": "eslint .",
"fix-lint": "eslint --fix .",
"grunt-cover": "grunt test-with-coverage",
"clean:mongo": "mongo oe-cloud-test --eval \"db.dropDatabase();\" && mongo oe-cloud-test-newdb --eval \"db.dropDatabase();\"",
"checks": "eslint . && npm run clean:mongo && grunt test-with-coverage"
},
"dependencies": {
"async": "2.6.1",
"compression": "1.7.3",
"cookie-parser": "1.4.3",
"cors": "2.8.5",
"lodash": "4.17.20",
"loopback": "3.26.0",
"loopback-boot": "2.28.0",
"loopback-datasource-juggler": "3.33.2",
"mustache": "2.3.2",
"oe-logger": "^2.0.0",
"serve-favicon": "2.5.0",
"serve-static": "1.13.2",
"strong-error-handler": "3.5.0"
},
"devDependencies": {
"babel-eslint": "7.2.3",
"chai": "3.4.1",
"chai-things": "0.2.0",
"chalk": "1.1.1",
"eslint": "4.10.0",
"grunt": "1.0.4",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "2.0.0",
"grunt-mocha-istanbul": "5.0.2",
"istanbul": "0.4.5",
"mocha": "5.2.0",
"oe-connector-mongodb": "^2.0.0",
"oe-connector-oracle": "^2.0.0",
"oe-connector-postgresql": "^2.0.0",
"oe-skeleton": "^2.0.0",
"superagent-defaults": "0.1.14",
"supertest": "3.4.2"
},
"author": "Atul Pandit <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/EdgeVerve/oe-cloud.git"
},
"license": "MIT"
}