{
  "name": "white-horse",
  "version": "2.0.1",
  "description": "Simple, light-weight dependency injection for NodeJS.",
  "main": "index.js",
  "scripts": {
    "test": "gulp check"
  },
  "author": "Julian Alexander Fleischer <tirednesscankill@warhog.net>",
  "license": "MIT",
  "repository": "https://github.com/scravy/white-horse",
  "dependencies": {
    "chalk": "^1.1.1",
    "directorywalker": "^1.0.2",
    "esprima": "^2.7.1",
    "nodash": "^0.12.0"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-istanbul": "^0.10.3",
    "gulp-istanbul-enforcer": "^1.0.3",
    "gulp-jshint": "^2.0.0",
    "gulp-mocha": "^2.2.0",
    "jshint": "^2.8.0"
  }
}
