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.
25 lines
493 B
25 lines
493 B
{
|
|
"name": "promise-polyfill",
|
|
"version": "8.1.0",
|
|
"homepage": "https://github.com/taylorhakes/promise-polyfill",
|
|
"authors": [
|
|
"Taylor Hakes"
|
|
],
|
|
"description": "Lightweight promise polyfill for the browser and node. A+ Compliant.",
|
|
"main": "lib/index.js",
|
|
"moduleType": "node",
|
|
"keywords": [
|
|
"promise",
|
|
"es6",
|
|
"polyfill",
|
|
"html5"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|
|
|