Skip to content

Instantly share code, notes, and snippets.

@svx
Created March 26, 2020 16:05
Show Gist options
  • Save svx/c2678eddcf938684cfc1afdd64c5ee4d to your computer and use it in GitHub Desktop.
Save svx/c2678eddcf938684cfc1afdd64c5ee4d to your computer and use it in GitHub Desktop.
{
"name": "aws-amplify-documentation",
"version": "1.0.0",
"description": "AWS Amplify Documentation",
"main": "index.md",
"dependencies": {},
"devDependencies": {
"broken-link-checker": "^0.7.8",
"markdown-spellcheck": "^1.3.1",
"write-good": "^0.13.1"
},
"scripts": {
"test": "mdspell -r -n -a --en-us '**/*.md' '!**/node_modules/**/*.md'",
"grammar": "write-good **/*.md --parse --no-passive --no-adverb --no-tooWordy --no-cliches",
"links": "blc https://aws-amplify.github.io/docs/js/start",
"start": "bundle exec jekyll serve",
"build": "npm run test && npm run grammar && bundle exec jekyll build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aws-amplify/docs.git"
},
"keywords": [
"aws-ampilfy"
],
"author": "AWS",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aws-amplify/docs/issues"
},
"homepage": "https://github.com/aws-amplify/docs#readme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment