-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 945 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "houston-chrome-extension",
"version": "0.0.1",
"description": "Houston, by Turbine Labs Cookie Manager",
"scripts": {
"test": "./node_modules/.bin/jest",
"lint": "eslint -c .eslintrc.js --ext .js ./src ./test",
"lint:fix": "eslint --fix -c .eslintrc.js --ext .js ./src ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turbinelabs/houston-crx"
},
"author": "art@turbinelabs.io",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/turbinelabs/houston-crx/issues"
},
"homepage": "https://github.com/turbinelabs/houston-crx#README.md",
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"eslint": "^4.5.0",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-prettier": "^2.2.0",
"jest": "^20.0.4",
"prettier": "^1.6.1"
}
}