-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 988 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 988 Bytes
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
{
"name": "deepshare-api",
"version": "0.1.2",
"description": "",
"main": "app.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"jsonwebtoken": "^8.2.0",
"mongoose": "^5.1.1",
"morgan": "^1.9.0",
"node-pre-gyp": "^0.13.0",
"path": "^0.12.7",
"request": "^2.88.0",
"rotating-file-stream": "^1.3.7"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"jest": "^24.8.0",
"mocha": "^5.0.1",
"should": "^13.2.1",
"sinon": "^7.3.2"
},
"scripts": {
"test": "./node_modules/.bin/mocha --exit",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shared-systems/api.git"
},
"author": "Susham Kumar",
"license": "ISC",
"bugs": {
"url": "https://github.com/shared-systems/api/issues"
},
"homepage": "https://github.com/shared-systems/api#readme"
}