{
  "name": "devmode",
  "version": "2.0.1",
  "license": "MIT",
  "main": "./lib/devmode",
  "bin": "./bin/devmode.js",
  "homepage": "https://github.com/luscus/devmode",
  "author": "https://github.com/luscus/devmode/graphs/contributors",
  "bugs": "https://github.com/luscus/devmode/issues",
  "description": "Node binary wrapper providing the combined features of 'modemon' and 'npm link'",
  "keywords": [
    "dev",
    "require",
    "development",
    "tools"
  ],
  "dependencies": {
    "clone": "^1.0",
    "commander": "^2.9",
    "fs-crawler": "^0",
    "termcolor": "^0.2"
  },
  "devDependencies": {
    "chai": "*",
    "gulp": "^3.9.0",
    "gulpfile.basics": "^0",
    "package.root": "^1",
    "mocha": "*"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:luscus/devmode.git"
  },
  "scripts": {
    "test": "gulp test"
  }
}
