{
  "name": "@rea-jet/documentation-theme",
  "version": "0.3.0",
  "description": "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",
    "semantic-release": "semantic-release"
  },
  "author": "",
  "license": "CC0-1.0",
  "dependencies": {
    "concat-stream": "^1.6.0",
    "highlight.js": "^9.12.0",
    "lodash": "^4.17.4",
    "vinyl": "^2.1.0",
    "vinyl-fs": "^2.4.4"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babylon": "^6.18.0",
    "documentation": "^8.1.2",
    "semantic-release": "^15.13.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rea-jet/documentation-theme.git"
  }
}
