Fetch dependencies with curl
Showing
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -27,19 +27,9 @@ | ... | @@ -27,19 +27,9 @@ |
"output", | "output", | ||
"cloud" | "cloud" | ||
], | ], | ||
"dependencies": { | |||
"rsvp": "git+https://lab.nexedi.com/romain/rsvp.js.git#wip" | |||
}, | |||
"devDependencies": { | "devDependencies": { | ||
"renderjs": "git+https://lab.nexedi.com/romain/renderjs.git#wip", | |||
"grunt-contrib-qunit": "~0.3.0", | |||
"jslint": "0.9.2", | "jslint": "0.9.2", | ||
"lz-string": "^1.4.4", | "jison": "0.4.16" | ||
"sinon": "~1.7.3", | |||
"jison": "0.4.16", | |||
"uritemplate": "git+https://lab.nexedi.com/nexedi/uritemplate-js.git", | |||
"moment": "2.21.0", | |||
"rusha": "0.8.2" | |||
}, | }, | ||
"engines": { | "engines": { | ||
"npm": ">=1.3" | "npm": ">=1.3" | ||
... | ... |
Please register or sign in to comment