itworksjs
Version:
A simple unit testing library
28 lines (27 loc) • 562 B
JSON
{
"name": "itworksjs",
"version": "1.2.0",
"description": "A simple unit testing library",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oekshido/itworks.git"
},
"keywords": [
"unittesting",
"testing",
"test"
],
"author": "oekshido",
"license": "MIT",
"bugs": {
"url": "https://github.com/oekshido/itworks/issues"
},
"homepage": "https://github.com/oekshido/itworks#readme",
"devDependencies": {
"prettier": "^2.0.5"
}
}