Chart.js/package.json

29 lines
665 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.",
2015-01-07 23:49:33 +01:00
"version": "1.0.1",
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"
},
"dependences": {},
"devDependencies": {
"gulp": "3.5.x",
"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": "~0.2.x",
"gulp-util": "~2.2.x",
2015-01-01 18:57:21 +01:00
"gulp-html-validator": "^0.0.2",
"inquirer": "^0.5.1",
"semver": "^3.0.1"
2014-10-15 11:28:50 +02:00
},
"spm": {
"main": "Chart.js"
2014-06-29 19:37:07 +02:00
}
2014-10-15 11:28:50 +02:00
}