chore: fix to use require
Showing
... | ... | @@ -20,6 +20,15 @@ |
"output", | ||
"cloud" | ||
], | ||
"dependencies": { | ||
"form-data": "^2.3.2", | ||
"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": "git+https://github.com/clearroad/node-xhr2.git" | ||
}, | ||
"engines": { | ||
"npm": ">=1.3" | ||
} | ||
... | ... |
Please register or sign in to comment