mirror of
https://github.com/chylex/Firefox-SCsCC.git
synced 2024-11-14 17:42:52 +01:00
33 lines
924 B
JSON
33 lines
924 B
JSON
{
|
|
"name": "scscc",
|
|
"description": "Convert US Dollar, British Pound Sterling and Euro prices to a user set currency",
|
|
"version": "1.0.1",
|
|
"author": "sarics",
|
|
"homepage": "https://addons.mozilla.org/addon/scscurrencyconverter/",
|
|
"license": "GPL-2.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"watch": "webpack --watch",
|
|
"pack": "webpack",
|
|
"archive": "node scripts/archive",
|
|
"start": "run-s clean watch",
|
|
"build": "run-s clean pack archive"
|
|
},
|
|
"devDependencies": {
|
|
"archiver": "^1.3.0",
|
|
"babel-core": "^6.24.0",
|
|
"babel-loader": "^7.0.0",
|
|
"babel-preset-env": "^1.2.2",
|
|
"copy-webpack-plugin": "^4.0.1",
|
|
"eslint": "^3.12.2",
|
|
"eslint-config-airbnb-base": "^11.0.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"file-loader": "^0.11.1",
|
|
"npm-run-all": "^4.0.2",
|
|
"rimraf": "^2.6.1",
|
|
"webpack": "^2.2.1",
|
|
"xregexp": "^3.2.0"
|
|
}
|
|
}
|