ce-v0
Version:
Custom Elements V0 API
37 lines (36 loc) • 1.08 kB
JSON
{
"name": "ce-v0",
"version": "0.2.2",
"description": "Custom Elements V0 API",
"main": "index.js",
"browser": "min.js",
"scripts": {
"build": "npm run minify && npm run component && npm run size",
"component": "uglifyjs component.js --comments=/^!/ --compress --mangle -o comp.js",
"license": "echo '/*! Copyright (c) 2017, Andrea Giammarchi (ISC) */'>min.js",
"minify": "npm run license && uglifyjs index.js --comments=/^!/ --compress --mangle >> min.js",
"size": "cat index.js | wc -c; cat min.js | wc -c; gzip -c min.js | wc -c; gzip -c comp.js | wc -c",
"test": "echo 'coming soon'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebReflection/ce-v0.git"
},
"keywords": [
"custom",
"elements",
"v0",
"polyfill",
"v1",
"downgrade"
],
"author": "Andrea Giammarchi",
"license": "ISC",
"bugs": {
"url": "https://github.com/WebReflection/ce-v0/issues"
},
"homepage": "https://github.com/WebReflection/ce-v0#readme",
"devDependencies": {
"uglify-js": "^3.1.5"
}
}