Files
easy-pie-chart-mirror/package.json
Robert Fleischmann 5e98c21379 version 2.1.3
* allow negative percent values with a reversed pie chart
2013-12-01 12:01:32 +01:00

40 lines
1.3 KiB
JSON

{
"name": "easyPieChart",
"description": "Lightweight plugin to render simple, animated and retina optimized pie charts",
"license": "Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.",
"version": "2.1.3",
"author": {
"name": "Robert Fleischmann",
"email": "rendro87@gmail.com",
"url": "http://robert-fleischmann.de"
},
"scripts": {
"test": "grunt karma:ci"
},
"repository": {
"type": "git",
"url": "https://github.com/rendro/easy-pie-chart.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-banner": "~0.1.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-jshint": "~0.6.4",
"karma-script-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-requirejs": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.2",
"grunt-karma": "~0.6.2",
"grunt-umd": "https://github.com/alexlawrence/grunt-umd/archive/master.tar.gz"
}
}