chai-fireproof
Version:
Firebase and Fireproof support for the Chai assertion library.
45 lines (44 loc) • 1.06 kB
JSON
{
"name": "chai-fireproof",
"version": "0.2.0",
"description": "Firebase and Fireproof support for the Chai assertion library.",
"main": "dist/chai-fireproof.js",
"scripts": {
"test": "node_modules/.bin/gulp test"
},
"author": "Harry Schmidt <goldibex@casetext.com>",
"license": "MIT",
"peerDependencies": {
"chai": ">= 1.7.0 < 2",
"firebase": "^2.0.6",
"fireproof": "^2.0.6"
},
"keywords": [
"Fireproof",
"Firebase",
"chai",
"plugin",
"chai-plugin"
],
"devDependencies": {
"chai": ">= 1.7.0 < 2",
"firebase": "^2.0.6",
"fireproof": "^2.0.6",
"gulp": "^3.8.10",
"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": "^0.1.5",
"gulp-mocha": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-tag-version": "^1.1.0",
"gulp-util": "^3.0.1",
"gulp-wrap": "^0.5.0",
"mocha": "^1.21.5",
"q": "^1.0.1",
"request": "^2.47.0",
"rimraf": "^2.2.8"
}
}