justo-dummy
Version:
A test dummy library.
70 lines (69 loc) • 1.41 kB
JSON
{
"name": "justo-dummy",
"version": "0.5.1",
"description": "A test dummy 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",
"Dummy",
"Dummy object",
"Justo",
"Justo.js",
"Node test",
"Node testing",
"Node.js test",
"Node.js testing",
"Test",
"Testing",
"Test double",
"Test dummy",
"Unit test",
"Unit testing"
],
"bugs": {
"url": "https://github.com/justojs/justo-dummy/issues",
"email": "issues@justojs.org"
},
"repository": {
"type": "git",
"url": "https://github.com/justojs/justo-dummy.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": "*",
"justo-assert": "*",
"mocha": "*"
},
"preferGlobal": false,
"main": "index.js",
"files": [
"lib"
],
"scripts": {
"test": "grunt mochaTest:es5"
}
}