journaling-firebase
Version:
Journaling Entries for Firebase
31 lines (30 loc) • 579 B
JSON
{
"name": "journaling-firebase",
"main": "browser/journaling-firebase.js",
"version": "0.0.4",
"homepage": "https://github.com/jamestalmage/journaling-firebase",
"authors": [
"James Talmage <james.talmage@jrtechnical.com>"
],
"description": "journaling firebase entries",
"moduleType": [
"globals",
"node"
],
"keywords": [
"firebase",
"journal",
"journaling"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"firebase": "~2.1.1"
}
}