-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
40 lines (40 loc) · 945 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
{
"name": "donutty",
"version": "2.4.0",
"description": "Create SVG donut charts with Javascript",
"main": "src/donutty.js",
"scripts": {
"lint": "gulp lint",
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"js",
"javascript",
"donut",
"donutty",
"chart",
"graph",
"doughnut",
"doughnutty",
"circle"
],
"author": {
"name": "simeydotme",
"email": "[email protected]",
"url": "http://simey.me"
},
"repository": {
"type": "git",
"url": "http://github.com/simeydotme/donutty"
},
"license": "ISC",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-header": "^2.0.5",
"gulp-rename": "^1.3.0",
"gulp-uglify": "^3.0.0"
}
}