UNPKG

justo-assert-fs

Version:

Assertion library for files and directories.

75 lines (74 loc) 1.54 kB
{ "name": "justo-assert-fs", "version": "0.3.3", "description": "Assertion library for files and directories.", "homepage": "http://www.justojs.org", "author": { "name": "Justo Labs", "email": "justojs@justolabs.com", "url": "http://www.justojs.org" }, "contributors": [ { "name": "Raúl G. González", "email": "raulggonzalez@justojs.org", "url": "" } ], "keywords": [ "assert", "assert file", "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-file/issues", "email": "issues@justojs.org" }, "repository": { "type": "git", "url": "https://github.com/justojs/justo-assert-file.git" }, "engines": { "node": ">=0.12.0" }, "dependencies": { "js-yaml": "*", "jsonfile": "*" }, "peerDependencies": {}, "devDependencies": { "babel-preset-es2015": "*", "grunt": "^0.4.5", "grunt-babel": "*", "grunt-contrib-clean": "*", "grunt-contrib-copy": "*", "grunt-contrib-jshint": "*", "grunt-mocha-test": "*", "grunt-travis-lint": "*", "justo-assert": "*", "mocha": "*" }, "preferGlobal": false, "main": "index.js", "files": [ "lib", "test" ], "scripts": { "test": "grunt test" } }