2020-08-08 09:22:42 +03:00
|
|
|
{
|
|
|
|
|
"name": "ig-test",
|
2020-11-19 16:24:34 +03:00
|
|
|
"version": "1.4.8",
|
2020-08-08 09:22:42 +03:00
|
|
|
"description": "experimental test runner....",
|
|
|
|
|
"main": "test.js",
|
2020-08-14 15:50:24 +03:00
|
|
|
"bin": {
|
|
|
|
|
"runtests": "test.js"
|
|
|
|
|
},
|
2020-08-08 09:22:42 +03:00
|
|
|
"scripts": {
|
|
|
|
|
"test": "node test-test.js"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/flynx/test.js.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"test",
|
|
|
|
|
"unit-test"
|
|
|
|
|
],
|
|
|
|
|
"author": "Alex A. Naanou <alex.nanou@gmail.com>",
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/flynx/test.js/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/flynx/test.js#readme",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"colors": "^1.4.0",
|
2020-08-10 23:19:12 +03:00
|
|
|
"glob": "^7.1.6",
|
2020-09-11 21:49:06 +03:00
|
|
|
"ig-argv": "^2.13.2",
|
2020-08-16 00:58:43 +03:00
|
|
|
"ig-object": "^5.2.6"
|
2020-08-08 09:22:42 +03:00
|
|
|
}
|
|
|
|
|
}
|