{
  "name": "robol",
  "version": "0.3.6",
  "description": "Build tool for web projects. Compile, concatenate, lint and minify JavaScript, CoffeeScript, CSS and LESS files. Copy and remove files and directories recursively.",
  "main": "index.js",
  "preferGlobal": true,
  "scripts": {
    "test": "jasmine-node --coffee --verbose test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/filmic/Robol.git"
  },
  "bugs": "https://github.com/filmic/Robol/issues",
  "keywords": [
    "task",
    "build",
    "concatenate",
    "minify",
    "compress",
    "lint",
    "javascript",
    "css",
    "coffeescript",
    "less"
  ],
  "author": {
    "name": "Filip Michałowski",
    "email": "me@filmic.eu",
    "url": "http://filmic.eu/"
  },
  "bin": {
    "robol": "./bin/robol"
  },
  "directories": {
    "lib": "./lib",
    "bin": "./bin",
    "example": "./examples"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/filmic/Robol/blob/master/LICENSE"
    }
  ],
  "dependencies": {
    "async": "0.1.x",
    "coffee-script": "1.4.0",
    "colors": "0.6.x",
    "gear": ">= 0.7.x",
    "gear-lib": ">= 0.8.x",
    "optimist": "0.3.x",
    "watchr": "2.1.x",
    "whet.extend": "0.9.x",
    "fs-extra": "0.2.x",
    "less": "1.3.1"
  },
  "bundleDependencies": [
    "gear",
    "gear-lib"
  ],
  "devDependencies": {
    "jasmine-node": "~1.0.26"
  },
  "engines": {
    "node": ">=0.4.x"
  }
}