{
  "name": "acqua",
  "version": "0.1.3",
  "description": "A NodeJS Module Loader + Dependency Injection with code hotswap (test your code without restart)",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/sergiofilhowz/acqua"
  },
  "keywords": [
    "dependency injection",
    "module loader",
    "hotswap"
  ],
  "author": "sergiofilhow@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sergiofilhowz/acqua/issues"
  },
  "homepage": "https://github.com/sergiofilhowz/acqua",
  "dependencies": {
    "colors": "^1.1.2",
    "lodash": "^2.4.1",
    "path": "^0.4.9"
  },
  "devDependencies": {
    "chai": "*",
    "mocha": "*"
  }
}
