-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 830 Bytes
/
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
{
"name": "database-js-firebase",
"version": "1.2.1",
"description": "Database-js interface for Firebase",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mlaanderson/database-js-firebase.git"
},
"keywords": [
"database-js",
"firebase"
],
"author": "Michael Anderson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mlaanderson/database-js-firebase/issues"
},
"homepage": "https://github.com/mlaanderson/database-js-firebase#readme",
"dependencies": {
"database-js-common": "git+https://github.com/mlaanderson/database-js-common.git",
"database-js-sqlparser": "^1.0.0",
"firebase": "^6.4.0"
},
"devDependencies": {
"database-js": "^3.0.2"
}
}