epubjs
Version:
Parse and Render Epubs
22 lines (21 loc) • 478 B
JSON
{
"name": "es6-promise",
"namespace": "Promise",
"version": "4.0.5",
"description": "A polyfill for ES6-style Promises, tracking rsvp",
"authors": [
"Stefan Penner <stefan.penner@gmail.com>"
],
"main": "./es6-promise.js",
"keywords": [
"promise"
],
"repository": {
"type": "git",
"url": "git://github.com/stefanpenner/es6-promise.git"
},
"bugs": {
"url": "https://github.com/stefanpenner/es6-promise/issues"
},
"license": "MIT"
}