forked from morrisjs/morris.js
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pierre Clavequin
committed
Jul 19, 2019
1 parent
6945d40
commit 9a2992f
Showing
4 changed files
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,30 @@ | ||
{ | ||
"name": "morris.js06", | ||
"version": "0.6.3", | ||
"homepage": "http://pierresh.github.com/morris.js", | ||
"license": "BSD-2-Clause", | ||
"description": "Fork of morrisjs: no jQuery + awesomeness, have a look! :-)", | ||
"version": "0.6.4", | ||
"author": { | ||
"name": "Olly Smith", | ||
"email": "[email protected]" | ||
}, | ||
"private": false, | ||
"keywords": [ | ||
"animation", | ||
"javascript", | ||
"morris.js" | ||
], | ||
"main": "morris.min.js", | ||
"homepage": "http://pierresh.github.com/morris.js", | ||
"license": "BSD-2-Clause", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/pierresh/morris.js.git" | ||
"url": "https://github.com/pierresh/morris.js.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/pierresh/morris.js/issues" | ||
}, | ||
"dependencies": { | ||
"raphael": "^2.2.7" | ||
}, | ||
"devDependencies": { | ||
"matchdep": "~0.1.2", | ||
"grunt": "~0.4.1", | ||
|
@@ -28,10 +37,14 @@ | |
"grunt-shell": "~0.5.0", | ||
"bower": "1.3.8" | ||
}, | ||
"contributors": [{ | ||
"name": "a lot of people", | ||
"url": "https://github.com/morrisjs/morris.js/graphs/contributors" | ||
}], | ||
"scripts": { | ||
"test": "grunt concat coffee mocha" | ||
}, | ||
"engines": { | ||
"node": ">=0.8 <0.11" | ||
"node": ">=0.8" | ||
} | ||
} |