{
  "name": "dalek-browser-chrome-canary",
  "version": "0.0.10-2014-03-24-17-36-27",
  "description": "Google Chrome bindings for DalekJS",
  "homepage": "http://dalekjs.com",
  "main": "./index.js",
  "dependencies": {
    "adm-zip": "~0.4.4",
    "kew": "~0.3.4",
    "ncp": "~0.5.0",
    "npmconf": "~0.1.13",
    "rimraf": "~2.2.6",
    "q": "~1.0.1",
    "portscanner": "~0.2.2"
  },
  "devDependencies": {
    "grunt": "~0.4.4",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-jshint": "~0.9.2",
    "grunt-contrib-yuidoc": "~0.5.2",
    "grunt-contrib-compress": "~0.7.0",
    "grunt-mocha-test": "~0.10.0",
    "grunt-complexity": "~0.1.4",
    "grunt-plato": "~1.0.0",
    "grunt-documantix": "~0.0.4",
    "grunt-include-replace": "~1.2.0",
    "grunt-git-contributors": "~0.1.5",
    "grunt-conventional-changelog": "~1.1.0",
    "grunt-concurrent": "~0.5.0",
    "grunt-bump": "~0.0.13",
    "load-grunt-tasks": "~0.4.0",
    "dalek-build-tools": "~0.0.2",
    "time-grunt": "~0.3.1",
    "blanket": "~1.1.6",
    "chai": "~1.9.1",
    "grunt-notify": "~0.2.20"
  },
  "scripts": {
    "test": "grunt test",
    "install": "node install.js"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/dalekjs/dalek-browser-chrome.git"
  },
  "bugs": {
    "url": "https://github.com/dalekjs/dalek-browser-chrome/issues"
  },
  "keywords": [
    "dalekjs",
    "dalek-browser-plugin",
    "chrome"
  ],
  "author": {
    "name": "Sebastian Golasch",
    "email": "public@asciidisco.com",
    "url": "http://asciidisco.com"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/dalekjs/dalek-browser-chrome/blob/master/LICENSE-MIT"
    }
  ],
  "engine": {
    "node": ">=0.8"
  }
}