forked from Fedor-T/action-cable-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 996 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
35
36
37
38
{
"name": "action-cable-react",
"version": "0.1.1",
"description": "Use Rails 5 ActionCable channels with React for realtime magic.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schneidmaster/action-cable-react.git"
},
"keywords": [
"rails",
"actioncable",
"react"
],
"author": "Zach Schneider <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/schneidmaster/action-cable-react/issues"
},
"homepage": "https://github.com/schneidmaster/action-cable-react#readme",
"devDependencies": {
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"webpack-stream": "^3.1.0"
},
"dependencies": {
"eventemitter3": "^1.1.1",
"lodash.capitalize": "^3.0.0"
}
}