1
0
Fork 0
Firefox-SCsCC/package.json

36 lines
1.0 KiB
JSON

{
"name": "scscc",
"description": "Convert US Dollar, British Pound Sterling and Euro prices to a user set currency",
"version": "1.1.0",
"author": "sarics",
"homepage": "https://addons.mozilla.org/addon/scscurrencyconverter/",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/sarics/scscc.git"
},
"scripts": {
"clean": "rimraf dist",
"run:webpack": "webpack --watch",
"run:web-ext": "web-ext run -s dist",
"build:webpack": "webpack",
"build:web-ext": "web-ext build -s dist -a build",
"start": "npm-run-all clean run:webpack",
"build": "npm-run-all clean build:webpack build:web-ext"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"copy-webpack-plugin": "^4.0.1",
"eslint": "^4.5.0",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-plugin-import": "^2.7.0",
"npm-run-all": "^4.1.0",
"rimraf": "^2.6.1",
"web-ext": "^2.0.0",
"webpack": "^3.5.5",
"xregexp": "^3.2.0"
}
}