-
Notifications
You must be signed in to change notification settings - Fork 203
/
package.json
43 lines (43 loc) · 1.07 KB
/
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
42
43
{
"name": "d3pie",
"version": "0.2.1",
"description": "A highly configurable, re-usable library built on d3.js for creating clear, attractive pie charts.",
"homepage": "http://d3pie.org",
"main": "d3pie/d3pie.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/benkeen/d3pie.git"
},
"keywords": [
"d3",
"piecharts",
"charts",
"graphs"
],
"author": "Ben Keen",
"email": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/benkeen/d3pie/issues"
},
"files": [
"d3pie/d3pie.js",
"d3pie/d3pie.min.js"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-handlebars": "~0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-md5": "^0.1.11",
"grunt-template": "~0.2.3"
}
}