forked from googlearchive/firebase-util
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
74 lines (74 loc) · 1.85 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
69
70
71
72
73
74
{
"name": "firebase-util",
"description": "A set of experimental power tools for Firebase.",
"version": "0.0.0",
"author": "Firebase <[email protected]> (https://www.firebase.com/)",
"homepage": "https://github.com/firebase/firebase-util",
"repository": {
"type": "git",
"url": "https://github.com/firebase/firebase-util.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-util/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://firebase.mit-license.org/"
}
],
"keywords": [
"firebase",
"realtime",
"utilities"
],
"main": "dist/firebase-util.min.js",
"files": [
"dist/**",
"LICENSE",
"README.md",
"package.json"
],
"dependencies": {
"firebase": "3.0.x"
},
"devDependencies": {
"browserify": "^5.11.2",
"browserify-istanbul": "~0.1.2",
"growl": "^1.8.1",
"gulp": "^3.8.8",
"gulp-header": "^1.1.1",
"gulp-jshint": "^1.8.4",
"gulp-livereload": "^3.4.0",
"gulp-load-plugins": "^0.6.0",
"gulp-rename": "^1.2.0",
"gulp-size": "^1.1.0",
"gulp-template": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-webserver": "^0.9.1",
"jasmine-spec-reporter": "^0.4.0",
"jshint-stylish": "^0.4.0",
"karma": "^0.13.0",
"karma-beep-reporter": "^0.1.4",
"karma-browserify": "^4.0.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.4",
"karma-failed-reporter": "0.0.2",
"karma-growl": "^0.1.0",
"karma-jasmine": "~0.2.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.13",
"lodash": "^2.4.1",
"mockfirebase": "^0.11.0",
"run-sequence": "^1.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.7.0",
"yargs": "^1.3.1"
},
"scripts": {
"test": "gulp test",
"travis": "gulp"
}
}