forked from angular-actioncable/angular-actioncable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.75 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
59
60
61
62
63
64
65
66
67
68
{
"name": "angular-actioncable",
"version": "1.1.2",
"description": "Connect Angular to ActionCable",
"main": "dist/angular-actioncable.min.js",
"scripts": {
"test_src": "gulp jshint && gulp test",
"build": "gulp jshint && gulp test && gulp build && gulp test-dist && gulp test-min"
},
"repository": {
"type": "git",
"url": "[email protected]:adrach/angular-actioncable.git"
},
"keywords": [
"actioncable",
"angular",
"angular-actioncable",
"angular-cable",
"cable",
"ng-actioncable",
"ng-cable",
"ng-rails",
"rails",
"websocket"
],
"contributors": [
"Brian Giaraffa",
"Cristian Dugacicu",
"Andrew Drach"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/angular-actioncable/angular-actioncable/issues"
},
"homepage": "https://github.com/adrach/angular-actioncable#readme",
"dependencies": {
"angular": "<2.0.0",
"angular-websocket": "^2.0.0"
},
"devDependencies": {
"angular-mocks": "^1.5.5",
"bower": "^1.7.9",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"event-stream": "^3.3.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.8",
"karma-jasmine-matchers": "^2.0.2",
"karma-mocha-reporter": "^2.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"map-stream": "^0.0.6",
"phantomjs-prebuilt": "^2.1.7"
}
}