{
  "name": "angular-popgun",
  "version": "1.0.0",
  "description": "An AngularJS adapter for Popgun",
  "main": ".src/index.js",
  "homepage": "https://github.com/relateiq/angular-popgun",
  "repository": {
    "type": "git",
    "url": "https://github.com/relateiq/angular-popgun.git"
  },
  "bugs": {
    "url": "https://github.com/relateiq/angular-popgun/issues"
  },
  "scripts": {
    "test": "bin/iqb test",
    "start": "bin/iqb start",
    "preversion": "bin/iqb build",
    "postpublish": "git push"
  },
  "peerDependencies": {
    "angular": "1.x",
    "popgun": "1.x"
  },
  "devDependencies": {
    "aliasify": "~1.9.0",
    "browserify": "~13.0.0",
    "chokidar-cli": "~1.0.1",
    "connect-livereload": "~0.5.4",
    "exorcist": "~0.4.0",
    "express": "~4.13.4",
    "http-proxy": "~1.13.2",
    "jquery": "~2.1.0",
    "node-sass": "~3.4.2",
    "partialify": "~3.1.6",
    "shallow-diff": "0.0.5",
    "tap-min": "~1.1.0",
    "tiny-lr": "~0.2.1",
    "typescript": "~1.8.7",
    "typings": "~0.8.1",
    "watchify": "~3.7.0",
    "yargs": "~4.2.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "browserify-shim": {},
  "author": "Danyaal Rangwala <danyaal@rangwa.la>",
  "license": "MIT",
  "keywords": [
    "pop",
    "popover",
    "tip",
    "tooltip",
    "popup",
    "popgun",
    "angularjs",
    "angular"
  ]
}
