Chart.js/package.json

31 lines
718 B
JSON
Raw Normal View History

2014-06-29 19:37:07 +02:00
{
2014-07-08 22:45:56 +02:00
"name": "chart.js",
2014-06-29 19:37:07 +02:00
"homepage": "http://www.chartjs.org",
"description": "Simple HTML5 charts using the canvas element.",
"version": "1.1.0",
2014-07-17 09:42:16 +02:00
"main": "Chart.js",
2014-06-29 19:37:07 +02:00
"repository": {
"type": "git",
"url": "https://github.com/nnnick/Chart.js.git"
},
"license": "MIT",
2014-06-29 19:37:07 +02:00
"dependences": {},
"devDependencies": {
"gulp": "3.9.x",
2014-06-29 19:37:07 +02:00
"gulp-concat": "~2.1.x",
"gulp-connect": "~2.0.5",
2014-06-29 19:37:07 +02:00
"gulp-jshint": "~1.5.1",
"gulp-replace": "^0.4.0",
2014-06-29 19:37:07 +02:00
"gulp-size": "~0.4.0",
"gulp-uglify": "~1.5.x",
"gulp-util": "~2.2.x",
2015-01-01 18:57:21 +01:00
"gulp-html-validator": "^0.0.2",
"inquirer": "^0.5.1",
2015-05-28 03:07:01 +02:00
"semver": "^3.0.1",
"gulp-livereload": "^3.8.0"
2014-10-15 11:28:50 +02:00
},
"spm": {
"main": "Chart.js"
2014-06-29 19:37:07 +02:00
}
}