-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.15 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
45
46
47
48
49
{
"name": "uiuc-food",
"version": "1.0.0",
"description": "Data exploration of all restaurants, cafes, etc. in the UIUC extended campus.",
"main": "uiuc-food.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"csv-writer": "^1.3.0",
"csvtojson": "^2.0.8",
"deasync": "^0.1.14",
"express": "^4.16.4",
"request": "^2.88.0",
"robust-orientation": "^1.1.3",
"robust-point-in-polygon": "^1.0.3",
"togeojson": "^0.16.0",
"xmldom": "^0.1.27"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darthbatman/uiuc-food.git"
},
"keywords": [
"uiuc",
"food",
"champaign",
"urbana",
"chambana",
"restaurants",
"data"
],
"author": "Rishi Masand",
"license": "MIT",
"bugs": {
"url": "https://github.com/darthbatman/uiuc-food/issues"
},
"homepage": "https://github.com/darthbatman/uiuc-food#readme"
}