Files
jack-red/package.json

26 lines
540 B
JSON
Raw Normal View History

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": {
"request": "^2.88.0"
2019-05-05 12:42:46 +05:30
}
}