lazy-ass-helpful
Version:
lazy-ass plugin to automatically show helpful info for failed assertions
79 lines (78 loc) • 2.03 kB
JSON
{
"name": "lazy-ass-helpful",
"description": "lazy-ass plugin to automatically show helpful info for failed assertions",
"version": "0.6.1",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"bugs": {
"url": "https://github.com/bahmutov/lazy-ass-helpful/issues"
},
"contributors": [],
"dependencies": {
"check-types": "1.4.0",
"falafel": "0.3.1",
"lodash.bind": "2.4.1"
},
"devDependencies": {
"browserify": "3.46.1",
"es5-shim": "3.4.0",
"grunt": "0.4.5",
"grunt-browserify": "2.1.4",
"grunt-bump": "0.0.16",
"grunt-complexity": "0.2.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-qunit": "0.5.2",
"grunt-contrib-watch": "0.6.1",
"grunt-deps-ok": "0.5.2",
"grunt-gh-pages": "0.9.1",
"grunt-mocha": "0.4.11",
"grunt-nice-package": "0.9.2",
"grunt-node-qunit": "2.0.2",
"grunt-npm2bower-sync": "0.4.0",
"grunt-parallel": "0.3.1",
"gt": "0.8.47",
"jshint-summary": "0.4.0",
"lazy-ass": "0.5.3",
"matchdep": "0.3.0",
"mocha": "1.21.5",
"pre-git": "0.1.1",
"time-grunt": "0.4.0"
},
"engines": {
"node": "> 0.8"
},
"homepage": "https://github.com/bahmutov/lazy-ass-helpful",
"keywords": [
"test",
"lazy-ass",
"plugin",
"help",
"assertion",
"assertions",
"context",
"info",
"helpful",
"bdd",
"tdd",
"qunit",
"mocha"
],
"license": "MIT",
"main": "lazy-ass-helpful.js",
"pre-commit": [
"grunt",
"npm run mocha",
"npm version"
],
"pre-push": [
"grunt"
],
"repository": {
"type": "git",
"url": "https://github.com/bahmutov/lazy-ass-helpful.git"
},
"scripts": {
"test": "grunt && npm run mocha",
"gt": "node ./node_modules/gt node_modules/lazy-ass/index.js lazy-ass-helpful.js test/*.js --output --no-cover lazy-ass-helpful",
"mocha": "node ./node_modules/mocha/bin/mocha -R spec node_modules/lazy-ass/index.js lazy-ass-helpful.js lazy-ass-helpful-bdd.js test/test-bdd.js"
}
}