You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
391 B
21 lines
391 B
4 years ago
|
{
|
||
|
"name": "morris.js",
|
||
|
"version": "0.5.0",
|
||
|
"main": [
|
||
|
"./morris.js",
|
||
|
"./morris.css"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"jquery": ">= 2.1.0",
|
||
|
"raphael": ">= 2.0",
|
||
|
"mocha": "~1.17.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"mocha": "~1.17.1",
|
||
|
"chai": "~1.9.0",
|
||
|
"chai-jquery": "~1.2.1",
|
||
|
"sinon": "http://sinonjs.org/releases/sinon-1.8.1.js",
|
||
|
"sinon-chai": "~2.5.0"
|
||
|
}
|
||
|
}
|