object-run.js/package.json

25 lines
591 B
JSON
Raw Permalink Normal View History

{
"name": "object-run",
"version": "1.1.0",
"description": "Implements .run(..) method on object.",
"main": "run.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flynx/object-run.js.git"
},
"keywords": [
"OOP",
"JavaScript",
"Object"
],
"author": "Alex A. Naanou <alex.nanou@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/flynx/object-run.js/issues"
},
"homepage": "https://github.com/flynx/object-run.js#readme"
}