feat(jio): support node.js using require
Showing
This diff is collapsed.
This diff is collapsed.
package-lock.json
0 → 100644
... | @@ -20,6 +20,14 @@ | ... | @@ -20,6 +20,14 @@ |
"output", | "output", | ||
"cloud" | "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": { | "engines": { | ||
"npm": ">=1.3" | "npm": ">=1.3" | ||
} | } | ||
... | ... |
Please register or sign in to comment