examine
Version:
assert + error-first callback
49 lines (48 loc) • 1.05 kB
JSON
{
"name": "examine",
"version": "0.1.3",
"description": "assert + error-first callback",
"main": "lib/examine.js",
"homepage": "http://github.com/ricardofbarros/examine",
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"keywords": [
"examine",
"test",
"testing",
"assert",
"assertion",
"check",
"exception",
"error",
"convention",
"handling",
"uncaught"
],
"author": {
"name": "Ricardo Barros",
"email": "ricardofbarros@hotmail.com"
},
"license": "MIT",
"dependencies": {
"chai": "^2.3.0"
},
"repository": {
"type": "git",
"url": "http://github.com/ricardofbarros/examine.git"
},
"bugs": {
"url": "http://github.com/ricardofbarros/examine/issues"
},
"engines": {
"node": ">= 0.10"
},
"devDependencies": {
"async": "^1.2.1",
"coveralls": "^2.11.2",
"istanbul": "^0.3.14",
"mocha": "^2.2.5"
}
}