{
  "name": "grunt-node-inspector",
  "version": "1.0.0",
  "description": "Run node-inspector with the rest of your workflow to debug node.js",
  "main": "tasks/inspector.js",
  "scripts": {
    "test": "grunt test"
  },
  "keywords": [
    "node-inspector",
    "gruntplugin",
    "grunt",
    "debug"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ChrisWren/grunt-node-inspector.git"
  },
  "author": "ChrisWren",
  "license": "MIT",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-release": "^0.14.0",
    "grunt-contrib-jshint": "^1.1.0",
    "matchdep": "^1.0.1",
    "should": "^11.2.1",
    "grunt-simple-mocha": "^0.4.1",
    "win-spawn": "^2.0.0"
  },
  "dependencies": {
    "node-inspector": "^1.1.1"
  }
}
