mirror of
https://github.com/flynx/object.js.git
synced 2025-10-28 10:10:06 +00:00
37 lines
819 B
JSON
Executable File
37 lines
819 B
JSON
Executable File
{
|
|
"name": "ig-object",
|
|
"version": "6.2.1",
|
|
"description": "",
|
|
"main": "object.js",
|
|
"scripts": {
|
|
"test": "c8 node ./test.js",
|
|
"cover": "c8 -r text -r lcov node ./test.js",
|
|
"prepublishOnly": "npm test"
|
|
},
|
|
"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",
|
|
"devDependencies": {
|
|
"c8": "^7.3.5",
|
|
"colors": "1.4.0",
|
|
"ig-test": "^1.4.8"
|
|
},
|
|
"dependencies": {
|
|
"ig-doc": "*",
|
|
"ig-stoppable": "^2.0.0"
|
|
}
|
|
}
|