types.js/package.json
Alex A. Naanou 4655bc0230 tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2020-10-05 14:46:57 +03:00

32 lines
717 B
JSON

{
"name": "ig-types",
"version": "2.0.3",
"description": "Generic JavaScript types and type extensions...",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flynx/types.js.git"
},
"keywords": [
"JavaScript",
"types"
],
"author": "Alex A. Naanou <alex.nanou@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/flynx/types.js/issues"
},
"homepage": "https://github.com/flynx/types.js#readme",
"dependencies": {
"ig-object": "^5.2.8",
"object-run": "^1.0.1"
},
"devDependencies": {
"ig-test": "*",
"color": "*"
}
}