-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.33 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
{
"name": "@evolvus/evolvus-swe",
"version": "1.0.8",
"description": "Simple Workflow Engine for Evolvus Components",
"main": "server.js",
"scripts": {
"test": "mocha test/**/*.js",
"test-watch": "nodemon --exec 'npm test'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Evolvus/evolvus-swe.git"
},
"keywords": [
"evolvus",
"docket",
"audit"
],
"author": "Kavya",
"license": "ISC",
"bugs": {
"url": "https://github.com/Evolvus/evolvus-swe/issues"
},
"homepage": "https://github.com/Evolvus/evolvus-swe#readme",
"dependencies": {
"@evolvus/evolvus-mongo-dao": "^1.0.1",
"@evolvus/evolvus-node-health-check": "^2.0.1",
"@godaddy/terminus": "^2.4.1",
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"debug": "^3.1.0",
"express": "^4.16.3",
"helmet": "^3.12.0",
"http": "0.0.0",
"jsonschema": "^1.2.4",
"lodash": "^4.17.10",
"mongoose": "^5.2.5",
"shortid": "^2.2.11"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"chai-as-promised": "^7.1.1",
"grunt": "^1.0.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-mocha-test": "^0.13.3",
"mocha": "^5.0.5"
}
}