-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
63 lines (63 loc) · 1.5 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
{
"name": "mockfirebase",
"version": "0.12.0",
"description": "Firebase mock library for writing unit tests",
"main": "./src",
"scripts": {
"test": "gulp lint && gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/katowulf/mockfirebase.git"
},
"keywords": [
"firebase",
"mock"
],
"author": "Kato",
"license": "MIT",
"bugs": {
"url": "https://github.com/katowulf/mockfirebase/issues"
},
"files": [
"src/",
"browser/"
],
"homepage": "https://github.com/katowulf/mockfirebase",
"dependencies": {
"MD5": "~1.2.1",
"browserify": "^6.3.2",
"browserify-shim": "^3.8.0",
"firebase-auto-ids": "~1.1.0",
"lodash": "~2.4.1"
},
"devDependencies": {
"chai": "~1.9.1",
"es5-shim": "~4.0.1",
"gulp": "^3.8.10",
"gulp-bump": "~0.1.10",
"gulp-footer": "1",
"gulp-header": "1",
"gulp-istanbul": "^0.5.0",
"gulp-jshint": "~1.8.3",
"gulp-load-plugins": "~0.5.3",
"gulp-mocha": "^2.0.0",
"gulp-rename": "~1.2.0",
"gulp-shell": "~0.2.10",
"jshint-stylish": "~0.4.0",
"karma": "~0.12.19",
"karma-as-promised": "~0.2.0",
"karma-browserify": "^1.0.0",
"karma-chai": "~0.1.0",
"karma-mocha": "~0.1.6",
"karma-phantomjs-launcher": "~0.1.4",
"karma-sinon": "~1.0.3",
"semver": "~3.0.1",
"sinon": "~1.10.3",
"sinon-chai": "~2.5.0",
"stream-to-promise": "~1.0.4",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "^1.0.0",
"yargs": "~1.3.1"
}
}