UNPKG

chrome-options

Version:

Options page for your Chrome extension

43 lines (42 loc) 1.02 kB
{ "name": "chrome-options", "main": "dist/chrome-options.min.js", "version": "1.0.0", "description": "Options page for your Chrome extension", "author": "fent (https://github.com/fent)", "keywords": [ "chrome", "extension", "options" ], "homepage": "https://github.com/fent/chrome-options", "license": "MIT", "scripts": { "build": "webpack --mode=production", "build:dev": "webpack --mode=development", "watch": "webpack --mode=development --watch" }, "standard-version": { "commitAll": true, "scripts": { "postbump": "webpack --mode=production && git add dist/" } }, "ignore": [ "images", "src", "node_modules" ], "devDependencies": { "c-p": "github:tovic/color-picker", "chrome-bootstrap": "^1.5.0", "css-loader": "^1.0.0", "dragula": "^3.7.2", "file-loader": "^2.0.0", "lightdown": "^0.5.3", "style-loader": "^0.23.0", "url-loader": "^1.1.1", "webpack": "^4.20.2", "webpack-cli": "^3.1.2" } }