2020-07-02 16:00:40 +03:00
|
|
|
{
|
|
|
|
|
"name": "object-run",
|
2021-03-19 10:54:05 +03:00
|
|
|
"version": "1.1.0",
|
2020-07-02 16:00:40 +03:00
|
|
|
"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"
|
|
|
|
|
}
|