UNPKG

@author.io/element-options

Version:

author-options custom element (web component).

110 lines (109 loc) 3.04 kB
{ "name": "@author.io/element-options", "version": "1.1.3", "description": "author-options custom element (web component).", "main": "dist/author-options.min.js", "scripts": { "build": "npm run clean && rollup -c ./rollup.release.config.js", "clean": "node clean.js", "deploy": "npm run build && npm publish --access public", "test": "npm run build && karma start karma.conf.es6.js && karma start karma.conf.es6-modules.js && karma start karma.conf.es5.js && npm run test:syntax", "test:syntax": "standard --verbose | snazzy", "test:es5": "npm run build && karma start karma.conf.es5.js", "test:es5:local": "npm run build && karma start karma.conf.es5.js --local && npm run test:syntax", "test:es6": "npm run build && karma start karma.conf.es6.js", "test:es6:local": "npm run build && karma start karma.conf.es6.js --local && npm run test:syntax", "test:es6-modules": "npm run build && karma start karma.conf.es6-modules.js", "test:es6-modules:local": "npm run build && karma start karma.conf.es6-modules.js --local && npm run test:syntax", "test:es5:sauce": "TRAVIS_BUILD_NUMBER=1 && npm run build && karma start karma.conf.es5.js" }, "files": [ "dist/*.js", "dist/*.js.map" ], "repository": { "type": "git", "url": "git+https://github.com/author-elements/options.git" }, "keywords": [ "author", "web", "component", "custom", "datalist", "element", "select", "options", "chassis", "ngn" ], "author": { "name": "Author.io", "url": "https://author.io" }, "contributors": [ { "name": "Graham Butler", "url": "http://grahambutler.com" }, { "name": "Corey Butler", "url": "http://coreybutler.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/author-elements/options/issues" }, "homepage": "https://github.com/author-elements/options#readme", "devDependencies": { "@author.io/karma-customelements": "^1.1.11", "@author.io/rollup-plugin-wcbuilder": "^1.1.4", "@babel/core": "^7.3.4", "@babel/preset-env": "^7.3.4", "fs-extra": "^7.0.1", "karma": "^4.0.0", "magic-string": "^0.25.2", "rollup": "^1.1.0", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-terser": "^4.0.2", "rollup-plugin-uglify": "^6.0.1", "rollupify": "^0.5.1", "snazzy": "^8.0.0", "standard": "^12.0.1", "tap": "^12.1.1", "tape": "^4.9.2" }, "standard": { "ignore": [ "_*", "_**/*", "test/lib/**/*", "node_modules", "dist", "rollup*.js" ], "globals": [ "customElements", "KeyboardEvent", "crypto", "msCrypto", "CustomEvent", "window", "MutationObserver", "DOMParser", "XMLHttpRequest", "FormData", "btoa", "localStorage", "fetch", "Element", "HTMLElement", "NodeFilter" ] }, "dependencies": {}, "publishConfig": { "access": "public" } }