forked from aws-amplify/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 975 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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"
}