Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| { | |
| "name": "wiki-generator", | |
| "version": "1.0.0", | |
| "description": "Wiki Pages Generator for Free Code Camp", | |
| "main": "n/a", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public ." | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "git+ssh://git@github.com/FreeCodeCamp/wiki-generator.git" | |
| }, | |
| "author": "Free Code Camp", | |
| "bugs": { | |
| "url": "https://github.com/FreeCodeCamp/wiki-generator/issues" | |
| }, | |
| "homepage": "https://github.com/FreeCodeCamp/wiki-generator#readme", | |
| "license": "(BSD-3-Clause AND CC-BY-SA-4.0)", | |
| "dependencies": { | |
| "babel-plugin-react-transform": "^1.1.1", | |
| "fs-extra": "^0.26.5", | |
| "lodash": "^4.5.1", | |
| "mkdirp": "^0.5.1", | |
| "promise": "^7.0.4", | |
| "react": "^0.14.7", | |
| "react-document-title": "^2.0.1", | |
| "react-dom": "^0.14.7", | |
| "react-motion": "^0.1.0", | |
| "react-responsive-grid": "^0.3.1", | |
| "react-router": "^2.0.0", | |
| "react-transform-catch-errors": "^1.0.2", | |
| "react-transform-hmr": "^1.0.2", | |
| "redbox-react": "^1.2.2", | |
| "underscore.string": "^3.2.2" | |
| }, | |
| "devDependencies": { | |
| "eslint": "^1.10.3", | |
| "eslint-config-airbnb": "^5.0.1", | |
| "eslint-plugin-react": "^3.16.1" | |
| } | |
| } |