colby-react-web-documentation-tool
Version:
A tool to build website documentation automatically from an organization's GitHub README.md files
46 lines (45 loc) • 1.4 kB
JSON
{
"name": "colby-react-web-documentation-tool",
"version": "1.0.0",
"description": "A tool to build website documentation automatically from an organization's GitHub README.md files",
"main": "src/",
"scripts": {
"prepush": "if [ \"$(git branch)\" == \"* master\" ]; then npm version patch && npm publish; fi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ColbyCommunications/colby-react-web-documentation-tool.git"
},
"author": "John Watkins",
"license": "ISC",
"bugs": {
"url": "https://github.com/ColbyCommunications/colby-react-web-documentation-tool/issues"
},
"homepage": "https://github.com/ColbyCommunications/colby-react-web-documentation-tool#readme",
"devDependencies": {
"colby-code-standards": "^1.0.2",
"husky": "^0.13.4"
},
"dependencies": {
"autoprefixer": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"colby-scss": "^1.0.3",
"colby-svg": "^1.0.22",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"react-swipeable-views": "^0.12.3",
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"eslintConfig": {
"extends": [
"./node_modules/colby-code-standards/.eslintrc.js"
]
}
}