browsh/webext/package.json
Thomas Buckley-Houston d66d3e26a0 JS prettier formatting
2018-07-11 17:28:56 +08:00

34 lines
761 B
JSON

{
"scripts": {
"get-gobindata": "go get -u gopkg.in/shuLhan/go-bindata.v3/...",
"build": "./contrib/bundle_webextension.sh",
"test": "NODE_PATH=src:test mocha"
},
"babel": {
"presets": [
"es2015"
]
},
"devDependencies": {
"babel-eslint": "^8.2.5",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"copy-webpack-plugin": "^4.5.2",
"eslint": "^5.1.0",
"mocha": "^5.2.0",
"prettier": "1.13.7",
"pty.js": "^0.3.1",
"sinon": "^6.1.3",
"strip-ansi": "^4.0.0",
"web-ext": "^2.7.0",
"webpack": "^4.16.0",
"webpack-cli": "^3.0.8"
},
"dependencies": {
"lodash": "^4.17.10",
"string-width": "^2.1.1"
}
}