{
  "name": "build-dependencies",
  "version": "1.1.2",
  "description": "Copy dependency files into your project directory.",
  "main": "lib/build-dependencies.js",
  "bin": "./bin/build-dependencies",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "pretest": "npm run build",
    "prepublish": "npm run build",
    "build": "coffee --compile --output lib/ src/"
  },
  "keywords": [
    "build",
    "dependency",
    "dependencies",
    "depends"
  ],
  "dependencies": {
    "cp": "^0.2.0",
    "colors": "^1.1.0"
  },
  "author": "Mirko Hecky",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/mirhec/npm-build-dependencies.git"
  }
}
