UNPKG

assertit

Version:

Thin sugar layer on top of `testit` framework, `is-kindof` and `assert`.

47 lines 1.09 kB
{ "name": "assertit", "version": "0.1.0", "description": "Thin sugar layer on top of `testit` framework, `is-kindof` and `assert`.", "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": [ "assert", "bdd", "describe", "framework", "kindof", "sugar", "suite", "tdd", "test", "testit", "think", "typeof" ], "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" } }