forked from magento/pwa-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 958 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
{
"name": "pwa-devdocs",
"private": true,
"version": "2.0.0-rc2.0.5",
"description": "A documentation site for Magento PWA",
"main": "gulpfile.js",
"dependencies": {
"broken-link-checker-local": "^0.2.0",
"gulp": "^3.9.1",
"jekyll-tasks": "^1.2.1",
"jquery": "^3.3.1"
},
"scripts": {
"build": "gulp build",
"build-production": "jekyll build --source src/ --config src/_config.yml,_config-production.yml",
"deploy": "./scripts/deploy.sh",
"start": "gulp dev",
"test-links": "rm -fr _site && npm run build && node_modules/broken-link-checker-local/out/bin.js _site -rog",
"tests": "npm run test-links"
},
"repository": "github:magento-research/pwa-studio",
"author": "James Calcaben",
"license": "OSL-3.0",
"bugs": {
"url": "https://github.com/magento-research/pwa-studio/issues"
},
"homepage": "https://github.com/magento-research/pwa-studio/tree/master/packages/pwa-devdocs#readme"
}