forked from bokuweb/slack-list-ja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.53 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "slack-list-ja",
"version": "1.0.0",
"description": "slack list in japan",
"main": "index.js",
"scripts": {
"watch": "npm run watch:js & npm run watch:stylus",
"watch:js": "watchify --extension=js -o dist/index.js src/index.js",
"watch:stylus": "stylus stylus/ --watch --out stylesheets/",
"test": "karma start",
"test:watch": "karma start --auto-watch --no-single-run",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bokuweb/slack-list-ja.git"
},
"keywords": [
"slack"
],
"author": "bokuweb",
"license": "MIT",
"bugs": {
"url": "https://github.com/bokuweb/slack-list-ja/issues"
},
"homepage": "https://github.com/bokuweb/slack-list-ja#readme",
"dependencies": {
"inferno": "^0.5.22",
"inferno-component": "^0.5.22",
"inferno-dom": "^0.5.22",
"lodash.includes": "^4.1.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.6.4",
"babel-eslint": "^5.0.0",
"babel-plugin-inferno": "^0.2.11",
"babel-plugin-syntax-jsx": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"eslint": "^2.2.0",
"eslint-config-airbnb": "^6.0.2",
"eslint-plugin-react": "^4.1.0",
"stylus": "^0.53.0",
"watchify": "^3.7.0"
},
"browserify": {
"transform": [
"babelify"
]
}
}