-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
55 lines (55 loc) · 1.31 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
{
"name": "react-map-gl-heatmap-overlay",
"version": "1.1.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "budo ./example/main.js --live -- | bistre",
"lint": "uber-standard",
"precommit": "npm run lint -s",
"prepush": "npm run lint -s"
},
"keywords": [
"react",
"mapbox",
"mapbox-gl",
"react-map-gl",
"map-gl",
"overlay",
"heatmap"
],
"repository": {
"type": "git",
"url": "https://github.com/vicapow/react-map-gl-heatmap-overlay.git"
},
"author": "Victor Powell",
"license": "MIT",
"peerDependencies": {
"immutable": "^3.7.5",
"r-dom": "^2.0.0",
"react": "0.14.x - 16.x",
"react-dom": "0.14.x - 16.x"
},
"dependencies": {
"create-react-class": "^15.6.0",
"example-cities": "0.0.0",
"global": "^4.3.0",
"object-assign": "^4.0.1",
"prop-types": "^15.6.0",
"scale-color-perceptual": "^1.1.2",
"viewport-mercator-project": "^2.0.1",
"webgl-heatmap": "^0.2.0"
},
"devDependencies": {
"bistre": "^1.0.1",
"budo": "^6.0.1",
"immutable": "^3.7.5",
"r-dom": "^2.1.0",
"raster-tile-style": "^1.0.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-map-gl": "^0.6.0",
"uber-standard": "^5.1.0"
}
}