diff --git a/bower.json b/bower.json index cc8681852..efdffbd19 100644 --- a/bower.json +++ b/bower.json @@ -1,15 +1,13 @@ { - "name": "Chart.js", - "version": "1.0.2", - "description": "Simple HTML5 Charts using the canvas element", - "homepage": "https://github.com/nnnick/Chart.js", - "author": "nnnick", - "main": [ - "Chart.js" - ], - "devDependencies": { - "angular": "~1.3.15", - "jquery": "~2.1.4", - "flatstrap": "~3.3.1" - } + "name": "Chart.js", + "version": "2.0.0-alpha", + "description": "Simple HTML5 Charts using the canvas element", + "homepage": "https://github.com/nnnick/Chart.js", + "author": "nnnick", + "main": [ + "Chart.js" + ], + "devDependencies": { + "jquery": "~2.1.4" + } } diff --git a/package.json b/package.json index 3f63e7b85..cf30a6227 100644 --- a/package.json +++ b/package.json @@ -1,31 +1,31 @@ { - "name": "chart.js", - "homepage": "http://www.chartjs.org", - "description": "Simple HTML5 charts using the canvas element.", - "version": "1.0.2", - "main": "Chart.js", - "repository": { - "type": "git", - "url": "https://github.com/nnnick/Chart.js.git" - }, - "dependences": {}, - "devDependencies": { - "color": "git://github.com/chartjs/color", - "gulp": "3.5.x", - "gulp-concat": "~2.1.x", - "gulp-connect": "~2.0.5", - "gulp-html-validator": "^0.0.2", - "gulp-jshint": "~1.5.1", - "gulp-replace": "^0.4.0", - "gulp-size": "~0.4.0", - "gulp-uglify": "~0.2.x", - "gulp-util": "~2.2.x", - "inquirer": "^0.5.1", - "jquery": "^2.1.4", - "onecolor": "^2.5.0", - "semver": "^3.0.1" - }, - "spm": { - "main": "Chart.js" - } + "name": "chart.js", + "homepage": "http://www.chartjs.org", + "description": "Simple HTML5 charts using the canvas element.", + "version": "2.0.0-alpha", + "main": "Chart.js", + "repository": { + "type": "git", + "url": "https://github.com/nnnick/Chart.js.git" + }, + "dependences": {}, + "devDependencies": { + "color": "git://github.com/chartjs/color", + "gulp": "3.5.x", + "gulp-concat": "~2.1.x", + "gulp-connect": "~2.0.5", + "gulp-html-validator": "^0.0.2", + "gulp-jshint": "~1.5.1", + "gulp-replace": "^0.4.0", + "gulp-size": "~0.4.0", + "gulp-uglify": "~0.2.x", + "gulp-util": "~2.2.x", + "inquirer": "^0.5.1", + "jquery": "^2.1.4", + "onecolor": "^2.5.0", + "semver": "^3.0.1" + }, + "spm": { + "main": "Chart.js" + } }