-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 980 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
{
"name": "rest-api-node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp",
"test": "mocha tests/",
"lint": "node_modules/eslint/bin/eslint.js src/**/*.js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kirill-a/rest-api-node.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kirill-a/rest-api-node/issues"
},
"homepage": "https://github.com/kirill-a/rest-api-node#readme",
"dependencies": {
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"eslint": "^4.13.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"express": "^4.16.2",
"gulp": "^3.9.1",
"mongoose": "^4.13.7",
"nodemon": "^1.12.5",
"npm": "^5.6.0",
"request": "^2.83.0",
"mocha": "^10.2.0"
}
}