2020-03-31 17:24:10 +00:00
|
|
|
{
|
|
|
|
"name": "casette",
|
2020-03-31 17:28:28 +00:00
|
|
|
"version": "0.9.1",
|
2020-03-31 17:24:10 +00:00
|
|
|
"description": "No-dependancy test framework for node",
|
2020-03-31 17:27:36 +00:00
|
|
|
"main": "index.mjs",
|
2020-03-31 17:24:10 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "node cli.mjs test/**/*.test.mjs"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/TheThing/node-casette.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"test",
|
|
|
|
"unit",
|
|
|
|
"test",
|
|
|
|
"testing"
|
|
|
|
],
|
|
|
|
"type": "module",
|
|
|
|
"author": "Jonatan Nilsson",
|
|
|
|
"license": "WTFPL",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/TheThing/node-casette/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/TheThing/node-casette#readme",
|
|
|
|
"bin": {
|
|
|
|
"casette": "./cli.mjs"
|
2020-03-31 17:27:36 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.mjs",
|
|
|
|
"cli.mjs",
|
|
|
|
"README.md",
|
|
|
|
"lib"
|
|
|
|
]
|
2020-03-31 17:24:10 +00:00
|
|
|
}
|