test-values
Version:
A bunch of helpers for generating test values
30 lines (29 loc) • 653 B
JSON
{
"name": "test-values",
"version": "2.0.5",
"description": "A bunch of helpers for generating test values",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"prepublish": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nathanhoad/test-values.git"
},
"keywords": [
"test",
"values",
"junk"
],
"author": "Nathan Hoad",
"license": "ISC",
"bugs": {
"url": "https://github.com/nathanhoad/test-values/issues"
},
"homepage": "https://github.com/nathanhoad/test-values#readme",
"devDependencies": {
"mocha": "^2.3.4",
"should": "^7.1.1"
}
}