fireproof
Version:
Promises for Firebase objects.
45 lines (44 loc) • 1.01 kB
JSON
{
"name": "fireproof",
"version": "3.1.0",
"description": "Promises for Firebase objects.",
"keywords": [
"firebase",
"promise",
"async",
"await",
"yield",
"promisify",
"es6"
],
"main": "dist/fireproof.js",
"scripts": {
"test": "./node_modules/.bin/gulp test"
},
"repository": {
"type": "git",
"url": "http://github.com/casetext/fireproof.git"
},
"author": "Harry Schmidt <goldibex@casetext.com>",
"license": "ISC",
"devDependencies": {
"chai": "^1.9.2",
"chai-as-promised": "^4.1.1",
"firebase": "^2.0.0",
"gulp": "^3.8.9",
"gulp-bump": "^0.1.11",
"gulp-concat": "^2.4.1",
"gulp-filter": "^1.0.2",
"gulp-git": "^0.5.3",
"gulp-help": "^1.3.0",
"gulp-jsdoc-to-markdown": "^1.1.1",
"gulp-mocha": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-tag-version": "^1.1.0",
"gulp-uglify": "^1.0.2",
"gulp-wrap": "^0.5.0",
"kew": "^0.4.0",
"mocha": "^1.21.5",
"rimraf": "^2.2.8"
}
}