UNPKG

journaling-firebase

Version:
54 lines (53 loc) 1.4 kB
{ "name": "journaling-firebase", "version": "0.0.4", "description": "Journaling Entries for Firebase", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/jamestalmage/journaling-firebase.git" }, "keywords": [ "firebase", "journaling", "change", "tracking" ], "author": "James Talmage <james.talmage@jrtechnical.com>", "license": "MIT", "bugs": { "url": "https://github.com/jamestalmage/journaling-firebase/issues" }, "homepage": "https://github.com/jamestalmage/journaling-firebase", "devDependencies": { "chai": "^1.10.0", "gulp": "^3.8.10", "gulp-bump": "^0.1.11", "gulp-load-plugins": "^0.8.0", "gulp-mocha": "^2.0.0", "gulp-rename": "^1.2.0", "gulp-shell": "^0.2.11", "gulp-util": "^3.0.2", "gulp-webpack": "^1.1.2", "karma": "^0.12.31", "karma-chrome-launcher": "^0.1.7", "karma-mocha": "^0.1.10", "karma-mocha-reporter": "^0.3.1", "karma-webpack": "^1.5.0", "mocha": "^2.1.0", "mockfirebase": "git://github.com/jamestalmage/mockfirebase.git#priority-timestamps-release", "rewire": "^2.1.4", "rewire-webpack": "^1.0.0", "semver": "^4.2.0", "sinon": "^1.12.2", "sinon-chai": "^2.6.0", "webpack": "^1.5.3", "yargs": "^1.3.3" }, "dependencies": { "firebase": "^2.1.1" } }