{
  "name": "alinex-make",
  "version": "0.4.6",
  "description": "Helper commands for development of npm packages.",
  "copyright": "Alexander Schilling 2013-2014",
  "keywords": [
    "make",
    "build",
    "doc",
    "create",
    "tool",
    "compile",
    "test",
    "publish"
  ],
  "homepage": "http://alinex.github.io/node-make",
  "repository": {
    "type": "git",
    "url": "https://github.com/alinex/node-make"
  },
  "bugs": "https://github.com/alinex/node-make/issues",
  "author": {
    "name": "Alexander Schilling",
    "email": "info@alinex.de",
    "web": "http://alinex.de"
  },
  "contributors": [],
  "license": "Apache-2.0",
  "main": "./lib/index.js",
  "bin": "bin/make",
  "scripts": {
    "prepublish": "node_modules/.bin/coffee -c -m -o lib src",
    "test": "node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter spec -c test/mocha",
    "start": "bin/make"
  },
  "directories": {
    "bin": "./bin",
    "lib": "./lib"
  },
  "dependencies": {
    "alinex-error": ">=0.1.0",
    "alinex-fs": "0.1.x",
    "async": ">=0.2.0",
    "chalk": "0.5.x",
    "coffee-script": ">=1.7.0",
    "coffeelint": "1.x",
    "coveralls": "2.x",
    "debug": ">=0.8.0 <3.0.0",
    "docker": ">=0.2.10",
    "istanbul": "0.3.x || 0.2.x",
    "marked-man": "0.1.x",
    "mocha": "1.x || 2.x",
    "moment": "2.x",
    "prompt": "0.2.x",
    "replace": ">=0.2.0 <0.4.0",
    "request": "2.x",
    "tough-cookie": "0.12.x",
    "uglify-js": "2.x",
    "yargs": "1.x"
  },
  "devDependencies": {
    "chai": "1.x"
  },
  "optionalDependencies": {},
  "peerDependencies": {},
  "engines": {
    "node": ">=0.10"
  },
  "os": []
}