mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-14 07:41:11 +01:00
Package for installing dev/test dependencies.
This commit is contained in:
parent
07716fadd0
commit
fae93b151c
1 changed files with 21 additions and 0 deletions
21
package.json
Normal file
21
package.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"name": "Morris.js",
|
||||||
|
"version": "0.2.10",
|
||||||
|
"homepage": "http://oesmith.github.com/morris.js",
|
||||||
|
"description": "Pretty time-series line graphs",
|
||||||
|
"author": {
|
||||||
|
"name": "Olly Smith",
|
||||||
|
"email": "olly@oesmith.co.uk"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/oesmith/morris.js.git"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/oesmith/morris.js/issues"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"grunt-coffee": "0.0.x",
|
||||||
|
"grunt-mocha": "git+https://github.com/oesmith/grunt-mocha.git#0e67fc4"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue