28 lines
724 B
JSON
28 lines
724 B
JSON
{
|
|
"name": "hetic-console",
|
|
"version": "1.0.0",
|
|
"description": "Aggrégateur d'OSINT pour l'intranet d'HETIC, OGP et OGI compris.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "sundowndev",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.2",
|
|
"enquirer": "^2.3.0",
|
|
"immersive": "^1.3.0",
|
|
"request": "^2.88.0",
|
|
"request-promise": "^4.2.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sundowndev/hetic-console.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sundowndev/hetic-console/issues"
|
|
},
|
|
"homepage": "https://github.com/sundowndev/hetic-console#readme"
|
|
}
|