{
  "name": "fbsh",
  "version": "0.0.4",
  "description": "FogBugz shell",
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:sergeyt/fbsh.git"
  },
  "keywords": [
    "fogbugz",
    "client",
    "shell"
  ],
  "author": "Sergey Todyshev <stodyshev@gmail.com>",
  "contributors": [
    "Sergey Todyshev <stodyshev@gmail.com>"
  ],
  "dependencies": {
    "fogbugz.js": "*",
    "coffee-script": "~1.7"
  },
  "devDependencies": {
    "grunt": "~0.4",
    "grunt-contrib-jshint": "~0.10",
    "grunt-npm": "~0.0.2",
    "grunt-bump": "~0.0.13",
    "grunt-auto-release": "~0.0.6",
    "grunt-coffeelint": "~0.0.10"
  },
  "bin": {
    "fbsh": "./bin/fbsh"
  },
  "scripts": {
    "test": "./node_modules/.bin/grunt test"
  }
}
