{
  "name": "node-vk-bot",
  "version": "1.2.3",
  "description": "Create and control VK bots easily.",
  "main": "./build/index.js",
  "typings": "./build/index.d.ts",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vitalyavolyn/node-vk-bot"
  },
  "keywords": [
    "VK",
    "bot",
    "api",
    "ВК",
    "вконтакте"
  ],
  "author": "Vitaly Volynsky",
  "license": "MIT",
  "devDependencies": {
    "@types/mocha": "5.2.5",
    "@types/node": "7.10.2",
    "@types/request": "2.48.1",
    "@types/request-promise-native": "1.0.15",
    "grunt": "1.0.3",
    "grunt-contrib-clean": "2.0.0",
    "grunt-mocha-test": "0.13.3",
    "grunt-ts": "6.0.0-beta.21",
    "grunt-tslint": "5.0.2",
    "mocha": "5.2.0",
    "ts-node": "7.0.1",
    "tslint": "5.11.0",
    "typescript": "3.2.1",
    "@types/glob": "7.1.1"
  },
  "dependencies": {
    "glob": "^7.1.3",
    "request": "^2.87.0",
    "request-promise-native": "^1.0.5"
  }
}
