forked from jychuah/particle-firebase-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 882 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
32
{
"name": "particle-firebase-proxy",
"version": "0.0.333",
"description": "A proxy/reverse-proxy that provides access to Firebase Database REST endpoints and Realtime Database events and publishes them as Particle.io events",
"main": "index.js",
"scripts": {
"start": "nf start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jychuah/particle-firebase-proxy.git"
},
"keywords": [
"particle",
"spark",
"firebase"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/jychuah/particle-firebase-proxy/issues"
},
"homepage": "https://github.com/jychuah/particle-firebase-proxy#readme",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"firebase": "^3.2.1",
"foreman": "^1.4.1",
"particle-api-js": "^5.3.0",
"throng": "^4.0.0"
}
}