-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 779 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 779 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
{
"name": "funky-firebase",
"version": "0.1.1",
"description": "",
"main": "dist/firebase.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monkybrain/funky-firebase.git"
},
"keywords": [
"firebase",
"functional",
"ramda"
],
"author": "Philip Prophet (philip@berge.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/monkybrain/funky-firebase/issues"
},
"homepage": "https://github.com/monkybrain/funky-firebase#readme",
"dependencies": {
"promise": "^7.1.1",
"ramda": "^0.21.0"
},
"devDependencies": {
"async": "^2.0.0-rc.6",
"blue-tape": "^0.2.0",
"firebase": "^3.0.4",
"tape": "^4.5.1"
}
}