{
  "name": "fsgdb",
  "description": "A file system graph database",
  "version": "0.3.0",
  "license": "mit",
  "maintainers": [
    {
      "name": "Arthur Silber",
      "email": "info@arthursilber.de",
      "web": "arthursilber.de"
    }
  ],
  "main": "main.js",
  "repository": [
    {
      "type": "git",
      "url": "git@github.com:AtiX/fsgdb.git"
    }
  ],
  "bugs": {
    "url": "https://github.com/AtiX/fsgdb/issues"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha --bail --compilers coffee:coffee-script/register --recursive",
    "document": "./node_modules/.bin/crojsdoc",
    "start": "node ./sampleApp/main.js"
  },
  "dependencies": {
    "chai": "3.4.0",
    "coffee-script": "1.10.0",
    "exif": "0.4.0",
    "gm": "^1.21.1",
    "js-yaml": "3.4.6",
    "marked": "0.3.5",
    "rimraf": "2.4.3",
    "underscore": "1.8.3"
  },
  "devDependencies": {
    "mocha": "~2.3.3",
    "crojsdoc": "^0.8.15"
  }
}
