-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 832 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
32
33
34
{
"name": "japanizer-for-slack",
"version": "0.7.0",
"description": "Translate to Japanese for your Slack team",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "web-ext run --no-reload",
"watch": "gulp watch"
},
"keywords": [
"translate",
"slack"
],
"author": "tomoki1207",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.0.0",
"eslint": "^3.15.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.9.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0",
"web-ext": "^1.8.0"
},
"dependencies": {
"merge": "^1.2.0"
}
}