-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
36 lines (36 loc) · 824 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
{
"name": "donut-chart",
"version": "2.0.0",
"description": "create donut chart with linecap",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yangchaojie456/donut-chart.git"
},
"keywords": [
"donut",
"chart"
],
"author": {
"name": "L",
"email": "[email protected]",
"url": "http://www.yangchaojie.top/plugin/donut-chart"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/yangchaojie456/donut-chart/issues"
},
"homepage": "https://github.com/yangchaojie456/donut-chart#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"webpack": "^3.11.0"
}
}