Initial ethoFS Integration

This commit is contained in:
Dev-JamesR
2019-10-12 14:06:47 -07:00
parent 64bf254156
commit 80f5731912
3392 changed files with 665132 additions and 19 deletions

View File

@@ -0,0 +1,20 @@
{
"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"
}
}