-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1 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
{
"name": "firebase-mock-functions",
"version": "0.3.0",
"description": "Test Firebase database triggers with a mock database",
"main": "lib/index.js",
"scripts": {
"prepare": "./node_modules/gulp/bin/gulp.js build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chetbox/firebase-mock-functions.git"
},
"keywords": [
"firebase",
"functions",
"testing",
"mock"
],
"author": "Chetan Padia <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chetbox/firebase-mock-functions/issues"
},
"homepage": "https://github.com/chetbox/firebase-mock-functions#readme",
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {
"firebase-admin": "~5.8.1",
"firebase-functions": "^0.8.1",
"gulp": "^3.9.1",
"gulp-coffeescript": "0.0.15"
},
"peerDependencies": {
"firebase-functions": "~0.8",
"firebase-admin": "~5"
}
}