Keep a local copy of the dependencies.
Showing
external/lz-string.js
0 → 100644
external/moment.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
external/qunit.css
0 → 100644
external/qunit.js
0 → 100644
external/renderjs-latest.js
0 → 100644
external/rsvp-2.0.4.js
0 → 100644
external/rusha.js
0 → 100644
external/sinon.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
external/uritemplate.js
0 → 100644
... | ... | @@ -28,10 +28,7 @@ |
"cloud" | ||
], | ||
"dependencies": { | ||
"rsvp": "git+https://lab.nexedi.com/romain/rsvp.js.git#wip", | ||
"uritemplate": "git+https://lab.nexedi.com/nexedi/uritemplate-js.git", | ||
"moment": "2.21.0", | ||
"rusha": "0.8.2" | ||
"rsvp": "git+https://lab.nexedi.com/romain/rsvp.js.git#wip" | ||
}, | ||
"devDependencies": { | ||
"renderjs": "git+https://lab.nexedi.com/romain/renderjs.git#wip", | ||
... | ... | @@ -39,7 +36,10 @@ |
"jslint": "0.9.2", | ||
"lz-string": "^1.4.4", | ||
"sinon": "~1.7.3", | ||
"jison": "0.4.16" | ||
"jison": "0.4.16", | ||
"uritemplate": "git+https://lab.nexedi.com/nexedi/uritemplate-js.git", | ||
"moment": "2.21.0", | ||
"rusha": "0.8.2" | ||
}, | ||
"engines": { | ||
"npm": ">=1.3" | ||
... | ... |
Please register or sign in to comment