{
  "name": "d3scription",
  "version": "1.0.1",
  "description": "D3.js tooltip plugin made simple. With single-page apps in mind. ",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "npm run compile",
    "watch": "node_modules/webpack/bin/webpack.js --watch",
    "compile": "node_modules/typescript/bin/tsc index.ts -m commonjs -d && node_modules/webpack/bin/webpack.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GlobalWebIndex/d3scription.git"
  },
  "keywords": [
    "d3",
    "tip",
    "tooltip",
    "description"
  ],
  "author": "GlobalWebIndex / Marek Fajkus",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GlobalWebIndex/d3scription/issues"
  },
  "homepage": "https://github.com/GlobalWebIndex/d3scription#readme",
  "devDependencies": {
    "ts-loader": "^0.8.2",
    "typescript": "^2.1.0-dev.20160804",
    "webpack": "^1.13.1"
  },
  "dependencies": {
    "d3": "^4.2.1"
  }
}
