forked from mozilla-l10n/styleguides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 894 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
33
34
{
"name": "mozilla-l10n-styleguides",
"version": "1.0.0",
"description": "Localization style guides for Mozilla communities.",
"main": "README.md",
"dependencies": {
"gitbook-cli": "^2.3.2",
"gitbook-plugin-search-pro": "^2.0.2",
"gitbook-plugin-toc": "0.0.2"
},
"devDependencies": {
"mozilla-l10n-docs-linter": "github:flodolo/l10ndocs-linter"
},
"scripts": {
"postinstall": "gitbook install",
"test": "node node_modules/mozilla-l10n-docs-linter/linter/markdownlint.js",
"build": "gitbook build",
"start": "gitbook serve"
},
"repository": {
"type": "git",
"url": "github:mozilla-l10n/styleguides"
},
"keywords": [
"localization",
"l10n",
"style guide",
"mozilla"
],
"bugs": {
"url": "https://github.com/mozilla-l10n/styleguides/issues"
},
"homepage": "https://mozilla-l10n.github.io/styleguides/"
}