UNPKG

mockery

Version:

Simplifying the use of mocks with Node.js

58 lines (57 loc) 1.15 kB
{ "name": "mockery", "version": "2.1.0", "description": "Simplifying the use of mocks with Node.js", "keywords": [ "mock", "stub", "require", "module", "cache", "unit", "test", "unittest", "testing", "tdd" ], "author": "Martin Cooper <mfncooper@gmail.com>", "contributors": [ { "name": "Bryan Donovan", "email": "bdondo@gmail.com" }, { "name": "Dav Glass", "email": "davglass@gmail.com" } ], "repository": { "type": "git", "url": "git://github.com/mfncooper/mockery.git" }, "bugs": { "url": "http://github.com/mfncooper/mockery/issues" }, "main": "mockery.js", "dependencies": {}, "jshintConfig": { "node": true }, "devDependencies": { "istanbul": "~0.3.5", "jshint": "~2.6.0", "sinon": "1.2.x", "unix-dgram": "^0.2.3", "vows": "~0.8.1" }, "scripts": { "pretest": "jshint mockery.js ./test/*.js", "test": "istanbul cover --print both -- vows --spec ./test/*.js" }, "licenses": [ { "type": "MIT", "url": "http://github.com/mfncooper/mockery/raw/master/LICENSE" } ] }