forked from EdgeVerve/oe-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.25 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "oe-cloud",
"version": "0.8.7",
"main": "server/server.js",
"engines": {
"node": ">=6.9.0"
},
"scripts": {
"precoverage": "npm install --no-optional",
"pretest": "npm install --no-optional",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec",
"test": "./node_modules/.bin/mocha",
"grunt-cover": "./node_modules/.bin/grunt code-coverage",
"grunt-jshint": "./node_modules/.bin/grunt jshint",
"grunt-test": "./node_modules/.bin/grunt mochaTest:test",
"jscstest": "./node_modules/.bin/jscs .",
"lint": "jshint .",
"validate": "npm ls"
},
"dependencies": {
"adm-zip": "^0.4.7",
"async": "1.0.0",
"body-parser": "1.14.1",
"bunyan": "^1.5.1",
"bunyan-prettystream": "",
"camelcase": "^3.0.0",
"compression": "^1.6.2",
"connect-ensure-login": "0.1.1",
"cookie-parser": "1.4.0",
"cors": "2.7.1",
"cron": "^1.1.0",
"debug": "2.2.0",
"errorhandler": "^1.4.3",
"js-feel": "~1.0.0",
"express-flash": "0.0.2",
"express-session": "1.12.1",
"gelf-stream": "^1.1.1",
"helmet": "^2.1.1",
"inflection": "^1.10.0",
"locks": "^0.2.2",
"lodash": "3.10.1",
"loopback": "2.25.0",
"loopback-boot": "^2.7.0",
"loopback-component-passport": "git+https://github.com/EdgeVerve/loopback-component-passport.git",
"loopback-component-storage": "git+https://github.com/EdgeVerve/loopback-component-storage.git",
"loopback-component-explorer": "2.2.0",
"loopback-component-push": "1.7.0",
"loopback-connector-mongodb": "git+https://github.com/EdgeVerve/loopback-connector-mongodb.git",
"loopback-connector-nodes-for-Node-RED": "git+https://github.com/EdgeVerve/loopback-connector-nodes-for-Node-RED.git",
"loopback-datasource-juggler": "git+https://github.com/EdgeVerve/loopback-datasource-juggler.git",
"loopback-explorer": "1.8.0",
"loopback-filters": "0.1.2",
"lru-cache": "^4.0.1",
"mail": "^0.2.3",
"mqtt": "^1.13.0",
"mustache": "2.2.0",
"mv": "^2.1.1",
"node-async-locks": "^1.0.1",
"node-red": "^0.14.2",
"node-uuid": "1.4.7",
"passport-google-oauth": "0.1.5",
"passport-jwt": "^2.0.0",
"passport-local": "1.0.0",
"passport-saml": "^0.15.0",
"q": "^1.4.1",
"request": "^2.67.0",
"restler": "^3.4.0",
"ua-parser-js": "^0.7.10"
},
"devDependencies": {
"app-root-path": "^1.0.0",
"chai": "^3.4.1",
"chai-datetime": "^1.4.0",
"chai-things": "^0.2.0",
"chalk": "^1.1.1",
"grunt": "^0.4.5",
"grunt-banner": "^0.6.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-jsbeautifier": "^0.2.12",
"grunt-jscs": "^3.0.0",
"grunt-mkdir": "^1.0.0",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-mocha-test": "^0.12.7",
"istanbul": "0.4.1",
"jscs": "^3.0.3",
"jshint": "2.9.1-rc1",
"mocha": "2.3.4",
"nock": "^7.2.2",
"sinon": "^1.17.7",
"superagent-defaults": "^0.1.14",
"supertest": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EdgeVerve/oe-cloud.git"
},
"description": "oeCloud.io - Node.js framework for Enterprise application development"
}