-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.39 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
50
51
52
53
54
55
56
57
58
{
"name": "city-bike-visualization",
"description": "A citybike data visualization using a React wrapper for MapboxGL-js and overlay API from Uber.",
"version": "0.0.0",
"main": "src/main.js",
"keywords": [
"citybike",
"data-visualization"
],
"repository": {
"type": "git",
"url": "https://github.com/uber/react-map-gl.git"
},
"license": "MIT",
"dependencies": {
"alphaify": "^1.0.0",
"bowser": "^0.7.3",
"canvas-composite-types": "^1.0.0",
"d3": "^3.5.5",
"debounce": "^1.0.0",
"gl-matrix": "^2.3.1",
"global": "^4.3.0",
"immutable": "^3.7.3",
"keymirror": "^0.1.1",
"mapbox-gl": "0.11.1",
"moment": "^2.10.6",
"nop": "^1.0.0",
"object-assign": "^3.0.0",
"r-dom": "^2.1.0",
"rc-slider": "^2.0.1",
"react": "^0.14.0",
"react-dom": "^0.14.1",
"sky-color-generator": "^0.0.3",
"svg-transform": "0.0.1"
},
"devDependencies": {
"browserify": "^11.2.0",
"csv-parser": "^1.8.0",
"envify": "^3.4.0",
"gulp": "^3.9.0",
"gulp-mocha": "^2.1.3",
"gulp-server-livereload": "^1.5.3",
"gulp-sourcemaps": "^1.6.0",
"opn": "^3.0.2",
"prova": "^2.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"engines": {
"node": "0.12.x",
"npm": "2.x"
},
"directories": {
"test": "test"
},
"author": "ᶘ ᵒᴥᵒᶅ Karen"
}