-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 899 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
34
35
36
37
38
39
40
41
{
"name": "leaflet.pie",
"version": "0.1.0",
"description": "A plugin to render pie charts in Leaflet maps",
"main": "index.js",
"directories": {
"example": "example"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.5.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ale-/Leaflet.Pie.git"
},
"keywords": [
"leaflet",
"map",
"pie",
"chart",
"data",
"visualization",
"statistics"
],
"author": "Ale González",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Ale-/Leaflet.Pie/issues"
},
"homepage": "https://github.com/Ale-/Leaflet.Pie#readme",
"dependencies": {
"gulp-sass": "^3.1.0"
}
}