-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 912 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
{
"name": "victims",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"serve-static": "node ./serve-static",
"deploy:map": "gh-pages --dist ./github-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivliag/victims.git"
},
"author": "Ivan Lyagushkin",
"license": "ISC",
"bugs": {
"url": "https://github.com/ivliag/victims/issues"
},
"homepage": "https://github.com/ivliag/victims#readme",
"dependencies": {
"bluebird": "^3.5.2",
"express": "^4.17.1",
"lodash.get": "^4.4.2",
"node-cleanup": "^2.1.2",
"request": "^2.88.2",
"request-promise": "^4.2.4",
"xlsx": "^0.17.0",
"yargs": "^13.3.0"
},
"devDependencies": {
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"gh-pages": "^4.0.0"
}
}