2020-10-04 04:40:16 +03:00
|
|
|
{
|
|
|
|
|
"name": "ig-types",
|
2020-10-04 17:05:57 +03:00
|
|
|
"version": "2.0.1",
|
2020-10-04 04:40:16 +03:00
|
|
|
"description": "Generic JavaScript types and type extensions...",
|
2020-10-04 05:02:12 +03:00
|
|
|
"main": "main.js",
|
2020-10-04 04:40:16 +03:00
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/flynx/types.js.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"JavaScript",
|
|
|
|
|
"types"
|
|
|
|
|
],
|
|
|
|
|
"author": "Alex A. Naanou <alex.nanou@gmail.com>",
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/flynx/types.js/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/flynx/types.js#readme",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"ig-object": "^5.2.8",
|
|
|
|
|
"object-run": "^1.0.1"
|
|
|
|
|
}
|
|
|
|
|
}
|