-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 951 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
39
{
"name": "bikestash",
"version": "1.0.0",
"description": "A visualization of public bike parking facilities in San Francisco",
"dependencies": {
"font-awesome": "^4.4.0",
"leaflet": "^0.7.5",
"leaflet.markercluster": "^0.4.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-gh-pages": "^0.5.2",
"gulp-minify-css": "^1.2.1",
"gulp-uglify": "^1.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/negomi/bikestash.git"
},
"keywords": [
"leaflet",
"dataviz",
"cycling",
"san francisco"
],
"author": "Imogen Wentworth",
"license": "MIT",
"bugs": {
"url": "https://github.com/negomi/bikestash/issues"
},
"homepage": "https://github.com/negomi/bikestash#readme"
}