2019-05-05 12:42:46 +05:30
|
|
|
{
|
|
|
|
"name": "jack-red",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Bot in Telegram",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node index"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://chrisvrose@github.com/chrisvrose/jack-red.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/chrisvrose/jack-red/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/chrisvrose/jack-red#readme",
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^5.15.1"
|
2019-07-11 16:17:17 +05:30
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-08-06 12:22:22 +05:30
|
|
|
"request": "^2.88.0",
|
|
|
|
"torrent-search-api": "^2.0.9"
|
2019-05-05 12:42:46 +05:30
|
|
|
}
|
|
|
|
}
|