21 lines
456 B
JSON
21 lines
456 B
JSON
{
|
|
"name": "es6-promise",
|
|
"namespace": "Promise",
|
|
"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"
|
|
}
|