-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 876 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 876 Bytes
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
{
"name": "booljs-firebase",
"version": "0.0.1",
"description": "Firebase driver for bool.js",
"main": "index.js",
"scripts": {
"test": "mocha --recursive test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/booljs/booljs-firebase.git"
},
"keywords": [
"bool.js",
"firebase",
"database",
"driver"
],
"author": "Pablo Andrés Dorado Suárez <[email protected]> (http://pandres95.me/)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/booljs/booljs-firebase/issues"
},
"homepage": "https://github.com/booljs/booljs-firebase#readme",
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"mocha": "^2.3.2",
"supertest": "^1.1.0",
"supertest-as-promised": "^2.0.2"
},
"dependencies": {
"async": "^1.4.2",
"firebase": "^2.2.9"
}
}