-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.34 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
{
"name": "loopback-connector-firebase",
"version": "0.5.0",
"description": "Loopback Connector for firebase NoSql Database. LoopBack is an API Mgmt/MBaas platform built on top of express by Strongloop. It supports the notion of connectors to connect to databases, restful web services, soap web services etc. This project is a connector for loopback for connecting to Redis Database.",
"main": "index.js",
"scripts": {
"test": "mocha test/*.test.js",
"coverage": "istanbul cover node_modules/.bin/_mocha test/*.test.js && open coverage/lcov-report/index.html"
},
"repository": {
"type": "git",
"url": "https://github.com/Synerzip/loopback-connector-firebase"
},
"keywords": [
"loopback",
"strongloop",
"connector",
"firebase"
],
"author": "Amol Kulkarni",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/Synerzip/loopback-connector-firebase/issues"
},
"homepage": "https://github.com/Synerzip/loopback-connector-firebase",
"dependencies": {
"async": "^0.9.0",
"firebase": "^2.2.3",
"firebase-token-generator": "^2.0.0",
"loopback-connector": "^1.2.1",
"loopback-datasource-juggler": "^2.25.0"
},
"devDependencies": {
"istanbul": "^0.3.7",
"chai": "^2.1.1",
"mocha": "^2.2.1",
"rc": "^0.6.0",
"should": "^5.1.0",
"sinon": "^1.14.1"
}
}