{
  "name": "documentation-devseed-theme",
  "version": "0.1.7",
  "description": "Devseed Theme for documentation.js",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel -D src -d lib",
    "watch": "babel -D src -d lib --watch",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/developmentseed/documentationjs-devseed-theme.git"
  },
  "author": "Development Seed",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/developmentseed/documentationjs-devseed-theme/issues"
  },
  "homepage": "https://github.com/developmentseed/documentationjs-devseed-theme#readme",
  "dependencies": {
    "concat-stream": "^1.6.0",
    "documentation": "^5.2.2",
    "highlight.js": "^9.12.0",
    "lodash": "^4.17.4",
    "vinyl": "^2.1.0",
    "vinyl-fs": "^3.0.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/plugin-proposal-function-bind": "^7.2.0",
    "@babel/preset-env": "^7.4.5",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "babylon": "^6.18.0"
  }
}
