Merge branch 'nodejs' of https://lab.nexedi.com/aurel/jio into clearroad
Conflicts: Gruntfile.js src/jio.storage/erp5storage.js src/jio.storage/mappingstorage.js test/jio.storage/mappingstorage.tests.js test/tests.html
Showing
dist/nodejs/jio.js
0 → 100644
This diff is collapsed.
... | ... | @@ -8,7 +8,7 @@ |
"Sven Franck <sven.franck@nexedi.com>" | ||
], | ||
"description": "Client-side JavaScript library to manage documents across multiple storages", | ||
"main": "jio.js", | ||
"main": "dist/nodejs/jio.js", | ||
"directories": { | ||
"example": "examples", | ||
"test": "test" | ||
... | ... | @@ -32,7 +32,17 @@ |
"rsvp": "git+https://lab.nexedi.com/nexedi/rsvp.js.git", | ||
"uritemplate": "git+https://lab.nexedi.com/nexedi/uritemplate-js.git", | ||
"moment": "2.13.0", | ||
"rusha": "0.8.2" | ||
"rusha": "0.8.2", | ||
"urijs": "^1.18.9", | ||
"xhr2": "^0.1.4", | ||
"navigator": "^1.0.1", | ||
"form-data": "^2.1.2", | ||
"atob": "^2.0.3", | ||
"node-localstorage": "^1.3.0", | ||
"btoa": "^1.1.2", | ||
"stream-buffers": "^3.0.1", | ||
"mockdoc": "^0.0.2", | ||
"sinon": "~2.1.0" | ||
}, | ||
"devDependencies": { | ||
"renderjs": "git+https://lab.nexedi.com/nexedi/renderjs.git", | ||
... | ... | @@ -47,11 +57,12 @@ |
"grunt-contrib-watch": "~0.5.3", | ||
"grunt-jslint": "~1.0.0", | ||
"lz-string": "^1.4.4", | ||
"sinon": "~1.7.3", | ||
"sinon": "~2.1.0", | ||
"jison": "~0.4.16", | ||
"connect-livereload": "~0.3.0", | ||
"grunt-open": "~0.2.2", | ||
"grunt-contrib-connect": "~0.5.0" | ||
"grunt-contrib-connect": "~0.5.0", | ||
"grunt-qunitnode": "~1.0.0" | ||
}, | ||
"engines": { | ||
"npm": ">=1.3" | ||
... | ... |
src/jio-nodejs.js
0 → 100644
This diff is collapsed.
src/nodejs/html5.js
0 → 100644
src/nodejs/include.js
0 → 100644
Please register or sign in to comment