-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "whoomap",
"version": "1.0.0",
"description": "Displays a graphical reperesentation of environmental data, such as bird migration and ozone concertration in Canada.",
"main": "app.js",
"directories": {
"test": "test"
},
"eslintConfig": ".eslintrc.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kobecow/gasmap.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kobecow/gasmap/issues"
},
"homepage": "https://github.com/kobecow/gasmap#readme",
"dependencies": {
"cors": "^2.8.5",
"csv-parse": "^4.6.5",
"csv-query": "0.0.4",
"csvtojson": "^2.0.10",
"express": "^4.17.1",
"fast-csv": "^3.4.0",
"fs": "0.0.1-security",
"json-query": "^2.2.2",
"mocha": "^6.2.2",
"multer": "^1.4.2",
"node-csv-query": "^0.1.0"
},
"devDependencies": {
"csv": "^0.3.7",
"eslint-config-google": "^0.14.0",
"leaflet": "^1.5.1",
"nodemon": "^2.0.2"
}
}