-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 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
{
"name": "coer-api",
"version": "1.0.0",
"description": "College of Engineering, Roorkee API",
"scripts": {
"postinstall": "npm rebuild",
"start": "node server/server.js",
"test": "./node_modules/.bin/jest",
"test-dev": "./node_modules/.bin/jest --watch",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coer-portal/coer-portal-api.git"
},
"keywords": [
"API"
],
"author": "Ishan Jain <github.com/ishanjain28>",
"license": "ISC",
"bugs": {
"url": "https://github.com/coer-portal/coer-portal-api/issues"
},
"homepage": "https://github.com/coer-portal/coer-portal-api#readme",
"dependencies": {
"bcrypt": "^1.0.2",
"bluebird": "^3.4.7",
"body-parser": "^1.16.0",
"compression": "^1.6.2",
"cors": "^2.8.1",
"express": "^4.14.1",
"jest": "^18.1.0",
"moment": "^2.17.1",
"mongodb": "^2.2.22",
"redis": "^2.6.5",
"request": "^2.79.0",
"snyk": "^1.31.0"
},
"devDependencies": {
"eslint": "^3.15.0"
},
"snyk": true
}