-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.38 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-docket-server",
"version": "1.0.15",
"description": "Common Audit Server for Evolvus Products",
"main": "server.js",
"scripts": {
"test": "mocha test/**/*.js",
"test-watch": "nodemon --exec 'npm test'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Evolvus/evolvus-docket-server.git"
},
"keywords": [
"evolvus",
"docket",
"audit"
],
"author": "Kavya",
"license": "ISC",
"bugs": {
"url": "https://github.com/Evolvus/evolvus-docket-server/issues"
},
"homepage": "https://github.com/Evolvus/evolvus-docket-server#readme",
"dependencies": {
"@evolvus/evolvus-docket": "^1.0.2",
"@evolvus/evolvus-mongo-dao": "^1.0.1",
"@evolvus/evolvus-node-health-check": "^2.0.1",
"@godaddy/terminus": "^2.4.1",
"body-parser": "^1.18.2",
"debug": "^3.1.0",
"express": "^4.16.3",
"hbs": "^4.0.1",
"helmet": "^3.12.0",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"mongoose": "^5.0.14",
"path": "^0.12.7"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"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",
"grunt-sonar-runner": "^2.4.8",
"mocha": "^5.0.5"
}
}