-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 1.08 KB
/
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
32
33
34
{
"name": "whistlecat",
"version": "0.2.7",
"description": "",
"main": "content_script.js",
"scripts": {
"assets": "npm run icons && npm run manifest",
"manifest": "ln -sf $(pwd)/src/manifest.json $(pwd)/dist/manifest.json",
"icons": "ln -sf $(pwd)/src/icons/ $(pwd)/dist/icons && rm -rf dist/icons/icons",
"start": "npm run assets && webpack --watch --config webpack.config.js",
"bump": "npm version patch && ./bump.sh && git commit -a -m bump",
"deploy": "npm run bump && npm run assets && webpack --config webpack.config.js && ./publish.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.15.3",
"mosi": "0.0.12",
"webpack": "^2.2.1"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-env": "^1.1.8",
"chrome-webstore-upload-cli": "^1.1.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"file-loader": "^0.10.0"
}
}