| { |
| "author": { |
| "email": "beneb.info@gmail.com", |
| "name": "Ben Briggs", |
| "url": "http://beneb.info" |
| }, |
| "description": "A smaller version of caniuse-db, with only the essentials!", |
| "files": [ |
| "data", |
| "dist" |
| ], |
| "keywords": [ |
| "support", |
| "css", |
| "js", |
| "html5", |
| "svg" |
| ], |
| "license": "CC-BY-4.0", |
| "main": "dist/unpacker/index.js", |
| "name": "caniuse-lite", |
| "repository": "ben-eb/caniuse-lite", |
| "scripts": { |
| "prepublish": "del-cli dist && babel src/unpacker -d dist/unpacker && mkdir dist/lib && babel src/lib/statuses.js -o dist/lib/statuses.js && babel src/lib/supported.js -o dist/lib/supported.js" |
| }, |
| "version": "1.0.30001164" |
| } |