forked from schneidmaster/action-cable-react
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "@kesha-antonov/react-native-action-cable",
"version": "1.1.5",
"description": "Use Rails 5+ ActionCable channels with React Native for realtime magic.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp watch",
"build": "gulp",
"bump": "npm version patch",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kesha-antonov/react-native-action-cable.git"
},
"keywords": [
"rails",
"actioncable",
"react native"
],
"author": "Zach Schneider <zach@schneid.io>, Kesha Antonov <innokenty.longway@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kesha-antonov/react-native-action-cable/issues"
},
"homepage": "https://github.com/kesha-antonov/react-native-action-cable#readme",
"devDependencies": {
"coffee-loader": "^5.0.0",
"coffeescript": "^2.7.0",
"del": "^7.1.0",
"gulp": "^4.0.2",
"gulp-coffee": "^3.0.3",
"gulp-uglify-es": "^3.0.0",
"webpack": "^5.90.3",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"eventemitter3": "5.0.1"
},
"directories": {
"lib": "lib"
},
"type": "module"
}