{
  "name": "@vk-x/vk-api",
  "version": "0.5.0",
  "description": "JavaScript Driver for vk.com API",
  "main": "dist/vk-api.js",
  "scripts": {
    "build": "webpack",
    "gen-methods": "coffee gen-method-list.coffee",
    "prepublish": "npm run build",
    "test": "karma start"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vk-x/vk-api.git"
  },
  "keywords": [
    "vk",
    "vk.com",
    "api",
    "vk-api",
    "vk-x"
  ],
  "author": "Nikita Litvin <n@deltaidea.com> (https://github.com/deltaidea)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vk-x/vk-api/issues"
  },
  "homepage": "https://github.com/vk-x/vk-api#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "coffee-loader": "^0.7.2",
    "coffee-script": "^1.10.0",
    "inject-loader": "^2.0.1",
    "jasmine-core": "^2.4.1",
    "karma": "^0.13.22",
    "karma-chrome-launcher": "^0.2.3",
    "karma-mocha": "^0.2.2",
    "karma-sinon-chai": "^1.2.0",
    "karma-webpack": "^1.7.0",
    "lolex": "^1.4.0",
    "mocha": "^2.4.5",
    "request": "^2.71.0",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0",
    "webpack": "^1.13.0"
  }
}
