-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 975 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
39
40
41
42
43
{
"name": "ins_ade_api",
"version": "1.0.0",
"description": "insurance adequacy api",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amitOodles/INS-ADE-API.git"
},
"keywords": [
"api",
"node",
"insurance",
"adequacy"
],
"author": "amit.nirwal",
"license": "ISC",
"bugs": {
"url": "https://github.com/amitOodles/INS-ADE-API/issues"
},
"homepage": "https://github.com/amitOodles/INS-ADE-API#readme",
"dependencies": {
"async": "^2.1.5",
"atob": "^2.0.3",
"body-parser": "^1.15.2",
"btoa": "^1.1.2",
"buffer": "^5.0.5",
"cors": "^2.8.1",
"ejs": "^2.5.6",
"express": "^4.14.0",
"html-pdf": "^2.1.0",
"nodemon": "^1.11.0",
"webshot": "^0.18.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}