-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 890 Bytes
/
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
{
"name": "marker-clusterer-plus-es2015",
"version": "3.0.2",
"description": "markerclustererplus with es2015 exports",
"main": "dist/markerclustererplus.js",
"scripts": {
"compile": "babel --presets es2015 -d dist/ src/",
"prepublish": "npm run compile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gex/marker-clusterer-plus-es2015.git"
},
"keywords": [
"google maps",
"marker clusterer",
"cluster",
"es6",
"es2015"
],
"author": "Gergo Szonyi",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/gex/marker-clusterer-plus-es2015/issues"
},
"homepage": "https://github.com/gex/marker-clusterer-plus-es2015#readme",
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0"
}
}