feat(jio): support node.js using require
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
package-lock.json
0 → 100644
... | ... | @@ -20,6 +20,14 @@ |
"output", | ||
"cloud" | ||
], | ||
"dependencies": { | ||
"moment": "^2.21.0", | ||
"rsvp": "git+https://lab.nexedi.com/nexedi/rsvp.js.git", | ||
"rusha": "0.8.2", | ||
"urijs": "^1.19.1", | ||
"uritemplate": "git+https://lab.nexedi.com/nexedi/uritemplate-js.git", | ||
"xhr2": "^0.1.4" | ||
}, | ||
"engines": { | ||
"npm": ">=1.3" | ||
} | ||
... | ... |
Please register or sign in to comment