UNPKG

justo-stub

Version:
71 lines (70 loc) 1.43 kB
{ "name": "justo-stub", "version": "0.4.1", "description": "A test stub library.", "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": [ "Browser test", "Browser testing", "Justo", "Justo.js", "Node test", "Node testing", "Node.js test", "Node.js testing", "Stub", "Test", "Test double", "Test stub", "Testing", "Unit test", "Unit testing" ], "bugs": { "url": "https://github.com/justojs/justo-stub/issues", "email": "issues@justojs.org" }, "repository": { "type": "git", "url": "https://github.com/justojs/justo-stub.git" }, "engines": { "node": ">=4.0.0", "npm": ">=3.0.0" }, "dependencies": {}, "peerDependencies": {}, "devDependencies": { "babel-preset-es2015": "*", "grunt": "*", "grunt-babel": "*", "grunt-contrib-clean": "*", "grunt-contrib-copy": "*", "grunt-contrib-jshint": "*", "grunt-mocha-test": "*", "grunt-travis-lint": "*", "justo-assert": "*", "mocha": "*", "sinon": "*" }, "preferGlobal": false, "main": "index.js", "files": [ "lib" ], "scripts": { "test": "grunt mochaTest:es5" } }