{
  "name": "trove",
  "version": "0.1.0",
  "description": "A simple tool for stashing and grabbing files",
  "main": "lib/trove.js",
  "bin": "./bin/trove",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:desmondmorris/trove.git"
  },
  "keywords": [
    "trove",
    "storage",
    "stash"
  ],
  "author": "Desmond Morris <hi@desmondmorris.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/desmondmorris/trove/issues"
  },
  "dependencies": {
    "request": "*",
    "commander": "2.1.0"
  },
  "devDependencies": {
    "mocha": "*"
  }
}
