-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
43 lines (43 loc) · 1.34 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
{
"name": "react-leaflet-geojson-cluster",
"repository": "https://github.com/paulserraino/react-geojson-cluster",
"version": "0.1.8",
"description": "react geojson cluster component",
"main": "index.js",
"scripts": {
"clean": "rm -Rf ./lib",
"compile": "npm run clean && ./node_modules/.bin/babel src --out-dir lib",
"start": "./node_modules/browserify/bin/cmd.js -t [ babelify ] example/main.js > example/bundle.js && ./node_modules/ecstatic/lib/ecstatic.js -p 8000 example",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npm run clean && ./node_modules/.bin/babel --watch src --out-dir lib"
},
"keywords": [
"geojson",
"react",
"cluster",
"leaflet"
],
"author": "Paul Serraino",
"license": "MIT",
"peerDependencies": {
"leaflet": ">0.7.3",
"react": "^0.14.0"
},
"dependencies": {
"leaflet-geojson-cluster": "0.0.4",
"react-leaflet": "^0.10.2"
},
"devDependencies": {
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.1.18",
"babelify": "^7.2.0",
"browserify": "^11.0.0",
"ecstatic": "^0.8.0",
"react-dom": "^0.14.2",
"superagent": "^1.2.0"
}
}