2020-05-05 15:11:19 -04:00
|
|
|
{
|
2020-06-10 16:21:27 -04:00
|
|
|
"name": "minimalistic-assert",
|
|
|
|
"version": "1.0.1",
|
2020-05-05 15:11:19 -04:00
|
|
|
"description": "minimalistic-assert ===",
|
|
|
|
"main": "index.js",
|
2020-06-10 16:21:27 -04:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2020-05-05 15:11:19 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-06-10 16:21:27 -04:00
|
|
|
"url": "https://github.com/calvinmetcalf/minimalistic-assert.git"
|
2020-05-05 15:11:19 -04:00
|
|
|
},
|
2020-06-10 16:21:27 -04:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/calvinmetcalf/minimalistic-assert/issues"
|
2020-05-05 15:11:19 -04:00
|
|
|
},
|
2020-06-10 16:21:27 -04:00
|
|
|
"homepage": "https://github.com/calvinmetcalf/minimalistic-assert"
|
|
|
|
}
|