node-telegram-api/package.json
Ali Movahedi 03bfae0028 feat(API): add previous API
copy types folder into module root path
2016-03-28 12:35:56 +04:30

53 lines
1.1 KiB
JSON

{
"name": "telegram-api",
"version": "0.7.0",
"description": "Control Telegram bots easily using the new Telegram API",
"main": "build/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/mdibaiee/node-telegram-api"
},
"keywords": [
"Telegram",
"bot",
"node",
"module"
],
"author": "Mahdi Dibaiee",
"license": "MIT",
"bugs": {
"url": "https://github.com/mdibaiee/node-telegram-api/issues"
},
"files": [
"types",
"build",
"index.js"
],
"directories": {
"lib": "lib"
},
"engines": {
"node": ">=0.12.0"
},
"homepage": "https://github.com/mdibaiee/node-telegram-api",
"dependencies": {
"babel-polyfill": "^6.7.4",
"mime": "1.3.4",
"qs": "4.0.0",
"unirest": "0.4.2"
},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.6.0",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-copy": "^0.1.0"
}
}