browsh/webext/package.json

32 lines
706 B
JSON
Raw Normal View History

{
"scripts": {
2018-01-23 04:28:56 +00:00
"get-gobindata": "go get -u gopkg.in/shuLhan/go-bindata.v3/...",
"build": "./contrib/bundle_webextension.sh",
"test": "NODE_PATH=src:test mocha"
},
"babel": {
2018-01-10 14:54:51 +00:00
"presets": [
"es2015"
]
},
"devDependencies": {
2018-01-10 14:54:51 +00:00
"babel-eslint": "^8.1.2",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"copy-webpack-plugin": "^4.3.1",
2018-01-10 14:54:51 +00:00
"eslint": "^4.15.0",
"mocha": "^4.1.0",
2018-01-23 04:28:56 +00:00
"pty.js": "^0.3.1",
"sinon": "^4.1.3",
2018-01-23 04:28:56 +00:00
"strip-ansi": "^4.0.0",
"web-ext": "^2.3.1",
"webpack": "^3.10.0"
},
"dependencies": {
"lodash": "^4.17.4",
"string-width": "^2.1.1"
}
}