{ "name": "development-guide", "version": "1.0.0", "description": "This repo will contain the guidelines and best practices for the engineering chapter at 18F. The site is a living document.", "main": "index.js", "private": true, "author": "18F", "license": "CC0-1.0", "scripts": { "start-detached": "bundle exec jekyll serve --detach", "pa11y-ci:home": "pa11y-ci http://localhost:4000", "pa11y-ci:sitemap": "pa11y-ci --sitemap https://engineering.18f.gov/sitemap.xml --sitemap-find https://engineering.18f.gov --sitemap-replace http://localhost:4000 --sitemap-exclude \"/*.pdf\"" }, "repository": { "type": "git", "url": "git+https://github.com/18F/development-guide.git" }, "bugs": { "url": "https://github.com/18F/development-guide/issues" }, "devDependencies": { "pa11y-ci": "^2.4.0" } }