features.js/package.json
Alex A. Naanou 32f3f77565 bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2020-12-19 05:49:37 +03:00

30 lines
686 B
JSON
Executable File

{
"name": "ig-features",
"version": "3.4.4",
"description": "",
"main": "features.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flynx/features.js.git"
},
"keywords": [
"javascript",
"oop",
"meta-programming",
"tools"
],
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/flynx/features.js/issues"
},
"homepage": "https://github.com/flynx/features.js#readme",
"dependencies": {
"ig-actions": "^3.24.13",
"ig-object": "^5.4.11"
}
}