You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
604 B
35 lines
604 B
{ |
|
"name": "pinkie-promise", |
|
"version": "2.0.1", |
|
"description": "ES2015 Promise ponyfill", |
|
"license": "MIT", |
|
"repository": "floatdrop/pinkie-promise", |
|
"author": { |
|
"name": "Vsevolod Strukchinsky", |
|
"email": "floatdrop@gmail.com", |
|
"url": "github.com/floatdrop" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"scripts": { |
|
"test": "mocha" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"keywords": [ |
|
"promise", |
|
"promises", |
|
"es2015", |
|
"es6", |
|
"polyfill", |
|
"ponyfill" |
|
], |
|
"dependencies": { |
|
"pinkie": "^2.0.0" |
|
}, |
|
"devDependencies": { |
|
"mocha": "*" |
|
} |
|
}
|
|
|