{
  "name": "gear",
  "version": "0.9.7",
  "description": "Gear.js - Build System for Node.js and the Browser",
  "author": "Stephen Murphy <stephen@hypernaut.com>",
  "keywords": ["task", "build"],
  "homepage": "http://yahoo.github.com/gear/",
  "repository": {"type": "git", "url": "http://github.com/yahoo/gear.git"},
  "bugs": {"url": "http://github.com/yahoo/gear/issues"},
  "main": "index",
  "bin": "./bin/gear.js",
  "engines": {"node": ">=0.10.0"},
  "scripts": {
    "test": "mocha --require should"
  },
  "dependencies": {
    "async": "0.8.x",
    "mkdirp": "0.5.x",
    "liftoff": "2.0.x",
    "minimist": "0.1.x"
  },
  "devDependencies": {
    "browserify": "*",
    "should": "*",
    "mocha": "*",
    "mocha-istanbul": "*",
    "istanbul": "*",
    "gear-lib": ">= 0.9.x"
  }
}
