forked from projectcypress/js-ecqm-engine
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1006 Bytes
/
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
{
"name": "js-ecqm-engine",
"version": "0.0.2",
"description": "",
"main": "lib/index.js",
"engines": {
"node": "10.0.x"
},
"scripts": {
"test": "jasmine",
"lint": "eslint 'lib/*.js' 'lib/**/*.js' 'spec/*.js' 'spec/**/*.js'"
},
"repository": "git+https://github.com/raj209/js-ecqm-engine.git",
"contributors": [
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/raj209/js-ecqm-engine/issues"
},
"homepage": "https://github.com/raj209/js-ecqm-engine#readme",
"devDependencies": {
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"jasmine": "^2.9.0",
"require-directory": "^2.1.1",
"sinon": "^4",
"sinon-mongoose": "^2.1.1"
},
"dependencies": {
"amqplib": "^0.5.2",
"convict": "^4.3.1",
"cqm-models": "^0.8.4",
"lodash": "^4.17.5",
"moment": "^2.21.0",
"mongoose": "^5.0.7",
"retry": "^0.12.0"
}
}