{
  "name": "lets-cli",
  "version": "0.0.4",
  "description": "Command-line interface for Lets",
  "main": "cli/index.js",
  "bin": {
    "lets": "./bin/lets.js"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/letsjs/lets-cli.git"
  },
  "keywords": [
    "lets",
    "deploy",
    "cli",
    "server",
    "remote",
    "task",
    "automation"
  ],
  "author": {
    "name": "Andreas Hultgren",
    "url": "http://andreashultgren.se"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/letsjs/lets-cli/issues"
  },
  "homepage": "https://github.com/letsjs/lets-cli",
  "dependencies": {
    "optimist": "^0.6.1",
    "findup": "~0.1.3",
    "underscore": "~1.6.0",
    "npmlog": "0.0.6"
  },
  "devDependencies": {
    "grunt": "^0.4.2",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "^0.8.0",
    "grunt-contrib-watch": "^0.5.3",
    "grunt-simple-mocha": "^0.4.0",
    "mocha": "^1.16.2",
    "chai": "^1.9.0",
    "sinon": "^1.7.3",
    "sinon-chai": "^2.5.0",
    "lets": "^0.0.1"
  }
}
