-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 966 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
{
"version": "0.0.1",
"main": "scraper.js",
"private": true,
"scripts": {
"test": "./node_modules/.bin/eslint scraper.js"
},
"author": "hangy",
"license": "DO WHAT THE FUCK YOU WANT TO BUT IT'S NOT MY FAULT PUBLIC LICENSE v3",
"bugs": {
"url": "https://github.com/hangy/eu_food_establishments_it/issues"
},
"homepage": "https://github.com/hangy/eu_food_establishments_it/",
"dependencies": {
"cheerio": "latest",
"iconv-lite": "^0.4.17",
"request": "latest",
"request-promise-native": "^1.0.4",
"sqlite": "^2.8.0"
},
"keywords": [
"scraper",
"morph"
],
"devDependencies": {
"locate-path": "^2.0.0",
"eslint": "latest",
"eslint-config-standard": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-node": "latest",
"eslint-plugin-promise": "latest",
"eslint-plugin-react": "^7.0.1",
"eslint-plugin-standard": "latest"
},
"engines": {
"node": "8.1"
}
}