This commit is contained in:
Olly Smith 2012-11-02 19:12:51 +00:00
parent df9eb94464
commit 41e52815c3
2 changed files with 11 additions and 2 deletions

9
component.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "morris.js",
"version": "0.3.3",
"main": "./morris.js",
"dependencies": {
"jquery": ">= 1.7.2",
"raphael": ">= 2.0"
}
}

View File

@ -1,8 +1,8 @@
{
"name": "Morris.js",
"version": "0.2.10",
"version": "0.3.3",
"homepage": "http://oesmith.github.com/morris.js",
"description": "Pretty time-series line graphs",
"description": "Easy, pretty charts",
"author": {
"name": "Olly Smith",
"email": "olly@oesmith.co.uk"