morris.js/package.json
dependabot[bot] 11276158a9
Bump bower from 1.3.8 to 1.8.8
Bumps [bower](https://github.com/bower/bower) from 1.3.8 to 1.8.8.
- [Release notes](https://github.com/bower/bower/releases)
- [Changelog](https://github.com/bower/bower/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bower/bower/compare/v1.3.8...v1.8.8)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-25 23:54:43 +00:00

38 lines
897 B
JSON

{
"name": "morris.js",
"version": "0.5.1",
"homepage": "http://morrisjs.github.com/morris.js",
"license": "BSD-2-Clause",
"description": "Easy, pretty charts",
"author": {
"name": "Olly Smith",
"email": "olly@oesmith.co.uk"
},
"main": "morris.min.js",
"repository": {
"type": "git",
"url": "git://github.com/morrisjs/morris.js.git"
},
"bugs": {
"url": "https://github.com/morrisjs/morris.js/issues"
},
"devDependencies": {
"matchdep": "~0.1.2",
"grunt": "~0.4.1",
"grunt-mocha": "~0.4.10",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-shell": "~0.5.0",
"bower": "1.8.8"
},
"scripts": {
"test": "grunt concat coffee mocha"
},
"engines": {
"node": ">=0.8 <0.11"
}
}