qc
Version:
A QuickCheck library for JavaScript
27 lines (26 loc) • 561 B
JSON
{
"name": "qc",
"version": "0.0.1",
"description": "A QuickCheck library for JavaScript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:OscarGodson/qc.git"
},
"keywords": [
"quickcheck",
"unittest",
"unittesting",
"testing",
"generator"
],
"author": "Oscar Godson",
"license": "MIT",
"bugs": {
"url": "https://github.com/OscarGodson/qc/issues"
},
"homepage": "https://github.com/OscarGodson/qc"
}