object.js/package.json
Alex A. Naanou 3f6b709ef5 preparing to publish...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2020-04-12 02:01:49 +03:00

26 lines
593 B
JSON
Executable File

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