UNPKG

polyfills-db

Version:

browser feature database

66 lines (65 loc) 1.66 kB
{ "name": "polyfills-db", "description": "browser feature database", "version": "3.0.0", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com", "twitter": "https://twitter.com/jongleberry" }, "license": "MIT", "repository": "polyfills/db", "dependencies": { "caniuse-db": "1", "debug": "*", "memorizer": "1", "semver": "4", "useragent": "2" }, "devDependencies": { "autoprefixer-core": "4", "es6-arrow-function": "0", "es6-class": "0", "es6-computed-properties": "0", "es6-default-params": "0", "es6-destructuring": "0", "es6-object-concise": "0", "es6-object-short": "0", "es6-rest-params": "0", "es6-spread": "0", "es6-templates": "0", "es7-async-fn": "1", "istanbul": "0", "mocha": "2", "postcss": "3", "postcss-calc": "3", "postcss-color-function": "1", "postcss-color-hex-alpha": "1", "postcss-color-hwb": "1", "postcss-color-rebeccapurple": "1", "postcss-custom-media": "1", "postcss-custom-properties": "2", "recast": "0", "regenerator": "0", "regexpu": "^0.3.0", "request": "^2.45.0", "strip-comments": "0" }, "scripts": { "test": "mocha --reporter spec --bail --timeout 10s", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --timeout 10s", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --timeout 10s" }, "keywords": [ "database", "db", "polyfills", "features", "detects" ], "main": "lib", "files": [ "lib" ] }