assertit
Version:
Because the world needs a simpler assert. Based on and inspired by `testit` - simpler testing framework.
35 lines (34 loc) • 956 B
JSON
{
"name": "assertit",
"version": "0.0.0",
"description": "Because the world needs a simpler assert. Based on and inspired by `testit` - simpler testing framework.",
"scripts": {
"lint": "jshint index.js && jscs index.js --reporter inline",
"test": "node test.js",
"test-cov": "istanbul cover test.js",
"test-travis": "istanbul cover test.js --report lcovonly"
},
"author": {
"name": "Charlike Mike Reagent",
"email": "mameto_100@mail.bg",
"url": "https://github.com/tunnckoCore"
},
"repository": {
"type": "git",
"url": "git://github.com/tunnckoCore/assertit.git"
},
"keywords": [],
"license": {
"type": "MIT",
"url": "https://github.com/tunnckoCore/assertit/blob/master/license.md"
},
"dependencies": {
"assert-kindof": "^1.0.0",
"testit": "^2.0.2"
},
"devDependencies": {
"istanbul-harmony": "~0.3.1",
"online-branch-exist": "^2.0.1",
"testit": "~2.0.2"
}
}