-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 867 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
{
"name": "bike-share",
"version": "0.0.1",
"description": "",
"scripts": {
"build": "parcel build src/index.html --public-url ./",
"build:dev": "parcel src/index.html",
"start": "parcel src/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/malectro/bike-share.git"
},
"author": "Kyle Warren",
"license": "MIT",
"bugs": {
"url": "https://github.com/malectro/bike-share/issues"
},
"homepage": "https://github.com/malectro/bike-share#readme",
"devDependencies": {
"parcel": "^2.0.1",
"parcel-reporter-static-files-copy": "^1.3.4",
"typescript": "^3.7.5"
},
"dependencies": {
"d3-geo": "^1.11.9",
"leaflet": "^1.6.0"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions"
]
}