UNPKG

justo-assert

Version:
75 lines (74 loc) 1.5 kB
{ "name": "justo-assert", "version": "0.8.5", "description": "Assertion library.", "homepage": "http://www.justojs.org", "author": { "name": "Justo Labs", "email": "info@justojs.org", "url": "http://justojs.org" }, "contributors": [ { "name": "Raúl G. González", "email": "raulggonzalez@justojs.org", "url": "" } ], "keywords": [ "assert", "Assertion test", "Assertion testing", "JavaScript test", "JavaScript testing", "Justo", "Justo.js", "justo-assert", "Node test", "Node testing", "Node.js test", "Node.js testing", "Test", "Testing", "Unit test", "Unit testing" ], "bugs": { "url": "https://github.com/justojs/justo-assert/issues", "email": "issues@justojs.org" }, "repository": { "type": "git", "url": "https://github.com/justojs/justo-assert.git" }, "preferGlobal": false, "main": "index.js", "files": [ "lib", "test" ], "bin": {}, "engines": { "node": ">= 5.0.0", "npm": ">= 3.0.0" }, "dependencies": { "justo-inline-assert": "*" }, "peerDependencies": {}, "devDependencies": { "babel-preset-es2015": "*", "grunt": "*", "grunt-babel": "*", "grunt-contrib-clean": "*", "grunt-contrib-copy": "*", "grunt-contrib-jshint": "*", "grunt-mocha-test": "*", "grunt-travis-lint": "*", "mocha": "*", "should": "*" }, "scripts": { "test": "grunt test" } }