This repository has been archived by the owner on Apr 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 2 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
{
"name": "dega-api",
"version": "0.7.0",
"description": "Public API to access dega",
"author": "Factly Media & Research LLC",
"main": "index.js",
"scripts": {
"test": "grunt test",
"build": "grunt build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"prod": "NODE_ENV=production node server.js",
"dev": "NODE_ENV=development MONGODB_URI=mongodb://localhost:27017 nodemon server.js",
"dev-docker": "NODE_ENV=development nodemon server.js",
"all": "npm run build && npm run test"
},
"dependencies": {
"@godaddy/terminus": "^4.2.0",
"chance": "^1.1.0",
"confit": "^2.3.0",
"construx": "^1.0.1",
"construx-copier": "^1.0.0",
"cors": "^2.8.5",
"deref": "^0.7.6",
"express": "^4.16.4",
"kraken-js": "^2.2.0",
"lodash": "^4.17.15",
"mongo-cursor-pagination": "^7.1.0",
"mongodb": "^3.3.2",
"on-finished": "^2.3.0",
"q": "^1.5.1",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^3.10.0"
},
"devDependencies": {
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"eslint": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-config-airbnb-base": "^14.0.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-copy-to": "^0.0.12",
"grunt-env": "^0.4.4",
"grunt-eslint": "^21.1.0",
"grunt-express-server": "^0.5.4",
"grunt-mocha-cli": "^4.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-rpm": "^0.1.13",
"grunt-shell": "^3.0.1",
"grunt-zip": "^0.18.2",
"istanbul": "^0.4.5",
"jest": "^24.9.0",
"jest-extended": "^0.11.2",
"mocha": "^5.2.0",
"nodemon": "^1.19.2",
"supertest": "^3.4.2"
}
}