preact-material-components
Version:
preact wrapper for "Material Components for the web"
69 lines (68 loc) • 1.87 kB
JSON
{
"_args": [
[
"promise-polyfill@6.1.0",
"/Users/prateekbh/projects/preact-material-components/docs"
]
],
"_from": "promise-polyfill@6.1.0",
"_id": "promise-polyfill@6.1.0",
"_inBundle": false,
"_integrity": "sha1-36lpQ+qcEh/KTem1hoyznTRy4Fc=",
"_location": "/promise-polyfill",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "promise-polyfill@6.1.0",
"name": "promise-polyfill",
"escapedName": "promise-polyfill",
"rawSpec": "6.1.0",
"saveSpec": null,
"fetchSpec": "6.1.0"
},
"_requiredBy": [
"/preact-cli"
],
"_resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-6.1.0.tgz",
"_spec": "6.1.0",
"_where": "/Users/prateekbh/projects/preact-material-components/docs",
"author": {
"name": "Taylor Hakes"
},
"bugs": {
"url": "https://github.com/taylorhakes/promise-polyfill/issues"
},
"dependencies": {},
"description": "Lightweight promise polyfill. A+ compliant",
"devDependencies": {
"eslint": "^2.4.0",
"karma": "^0.13.19",
"karma-browserify": "^4.4.2",
"karma-chrome-launcher": "^0.2.2",
"karma-mocha": "^0.2.1",
"mocha": "^2.3.4",
"promises-aplus-tests": "*",
"sinon": "^1.17.2",
"uglify-js": "^2.6.2"
},
"homepage": "https://github.com/taylorhakes/promise-polyfill",
"keywords": [
"promise",
"promise-polyfill",
"ES6",
"promises-aplus"
],
"license": "MIT",
"main": "promise.js",
"name": "promise-polyfill",
"repository": {
"type": "git",
"url": "git+https://taylorhakes@github.com/taylorhakes/promise-polyfill.git"
},
"scripts": {
"build": "uglifyjs --compress --support-ie8 --mangle -o promise.min.js -- promise.js ",
"test": "eslint promise.js && mocha && karma start --single-run"
},
"version": "6.1.0"
}