-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "angular-actioncable",
"version": "0.0.1",
"description": "Connect Angular to ActionCable",
"main": "angular-actioncable.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular-actioncable/angular-actioncable.git"
},
"keywords": [
"angular",
"actioncable",
"rails"
],
"contributors": [
"Brian Giaraffa",
"Cristian Dugacicu"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/angular-actioncable/angular-actioncable/issues"
},
"homepage": "https://github.com/angular-actioncable/angular-actioncable#readme",
"dependencies": {
"angular": "*",
"angular-websocket": "^1.1.0"
},
"devDependencies": {
"event-stream": "^3.3.2",
"gulp": "^3.9.1",
"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",
"jshint-stylish": "^2.1.0"
}
}