32 lines
707 B
JSON
32 lines
707 B
JSON
{
|
|
"name": "circles.js",
|
|
"version": "0.0.6",
|
|
"description": "Lightweight JavaScript library that generates circular graphs in SVG. Now with animation.",
|
|
"main": "./circles.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/lugolabs/circles.git"
|
|
},
|
|
"keywords": [
|
|
"circles",
|
|
"js",
|
|
"javascript",
|
|
"svg"
|
|
],
|
|
"author": "lugolabs",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/chinchang/hint.css/blob/master/LICENSE-MIT"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/lugolabs/circles/issues"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.5",
|
|
"grunt-contrib-jasmine": "^0.8.1",
|
|
"grunt-contrib-uglify": "~0.4.0"
|
|
}
|
|
}
|