forked from iamjpg/GoogleMapsPointClusterD3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.33 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.33 KB
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": "google-maps-d3-marker-cluster",
"version": "1.0.4",
"description": "Super fast point clustering on Google Maps via D3js",
"main": "dist/build.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot --config ./webpack.base.config.js",
"build": "webpack --progress --hide-modules --config webpack.prod.config.js && grunt",
"test": "open http://localhost:8080/test.html",
"docco": "docco src/**/*.js"
},
"author": "JP Given <jgiven@gmail.com> (http://johnpatrickgiven.com)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"director": "^1.2.8",
"ejs-loader": "^0.2.1",
"ejsify": "^1.0.0",
"event-emitter": "^0.3.4",
"graham_scan": "^1.0.4",
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^3.3.0",
"install": "^0.6.0",
"marker-spider": "^0.1.0",
"markerwithlabel": "^1.1.13",
"mocha": "^2.4.5",
"node-sass": "^3.4.2",
"npm": "^3.8.1",
"pushstate-server": "^1.8.1",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"underscore": "^1.8.3",
"vanilla-pubsub": "^1.1.2",
"webpack": "^1.12.14",
"webpack-compile-templates": "^0.2.1",
"webpack-dev-server": "1.16.0"
}
}