-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
{
"name": "react-mapbox-components",
"version": "0.1.1",
"description": "Mapbox library converted to react for use with react-leaflet.",
"main": "lib/index.js",
"keywords": "react,mapbox,leaflet,react-leaflet,mapbox.js",
"author": "theo.gravity",
"repository": {
"type": "git",
"url": "https://github.com/theogravity/react-mapbox-components.git"
},
"bugs": {
"url": "https://github.com/theogravity/react-mapbox-components/issues",
"email": "theo@suteki.nu"
},
"scripts": {
"view-docs": "grunt view-styleguide",
"dev": "grunt react-baseplate-dev",
"prepublish": "grunt react-baseplate-dist"
},
"license": "MIT",
"dependencies": {
"lodash": "^3.10.0",
"radium": "^0.14.3",
"xtend": "^4.0.0"
},
"devDependencies": {
"babel-loader": "^5.3.2",
"chai": "^3.0.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"jsx-loader": "^0.13.2",
"leaflet": "~0.7.7",
"mapbox.js": "^2.2.3",
"mocha": "^2.2.5",
"react": "^0.14.2",
"react-baseplate": "~0.2.0",
"react-dom": "^0.14.2",
"react-leaflet": "0.8.1"
}
}