test.js/package.json
Alex A. Naanou 7d35d7b0e5 working on architecture...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2020-08-08 09:22:42 +03:00

29 lines
624 B
JSON

{
"name": "ig-test",
"version": "1.0.0",
"description": "experimental test runner....",
"main": "test.js",
"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",
"ig-argv": "^2.11.2",
"ig-object": "^5.1.16"
}
}