forked from tomchentw-deprecated/ng-fire-alarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.78 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
{
"name": "ng-fire-alarm",
"version": "0.4.2",
"description": "Firebase binding use $q in AngularJS",
"longDescription": "Firebase and AngularJS two-way binding that use the new notify API from $q",
"main": "ng-fire-alarm.js",
"scripts": {
"test": "gulp test --require LiveScript",
"build": "gulp build --require LiveScript",
"watch": "gulp watch --require LiveScript",
"release": "gulp release --require LiveScript"
},
"repository": {
"type": "git",
"url": "https://github.com/tomchentw/ng-fire-alarm"
},
"keywords": [
"Firebase",
"AngularJS",
"two-way binding",
"deferred",
"notify",
"promise"
],
"author": {
"name": "tomchentw",
"email": "[email protected]",
"url": "https://github.com/tomchentw"
},
"license": {
"type": "MIT",
"url": "http://tomchentw.mit-license.org"
},
"bugs": {
"url": "https://github.com/tomchentw/ng-fire-alarm/issues"
},
"homepage": "https://github.com/tomchentw/ng-fire-alarm",
"devDependencies": {
"LiveScript": "~1.2.0",
"event-stream": "~3.1.0",
"gulp": "~3.5.2",
"gulp-livescript": "~0.1.1",
"gulp-header": "~1.0.2",
"gulp-uglify": "~0.2.0",
"gulp-rename": "~1.0.0",
"gulp-bump": "~0.1.0",
"gulp-exec": "~1.0.3",
"gulp-conventional-changelog": "~0.1.1",
"gulp-jade": "~0.4.1",
"gulp-ruby-sass": "~0.3.0",
"gulp-concat": "~2.1.7",
"gulp-livereload": "~1.1.1",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.1",
"karma-coverage": "~0.1.4",
"karma": "~0.10.9",
"coveralls": "~2.8.0",
"tiny-lr": "0.0.5",
"express": "~3.4.8",
"connect-livereload": "~0.3.2"
}
}