forked from GoogleChromeLabs/pwa-wp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 820 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
{
"name": "pwa-wp",
"title": "PWA feature plugin for WordPress Core",
"homepage": "https://github.com/xwp/pwa-wp",
"repository": {
"type": "git",
"url": "https://github.com/xwp/pwa-wp.git"
},
"version": "0.1.0",
"license": "GPL-2.0+",
"private": true,
"devDependencies": {
"eslint": "^5.1.0",
"eslint-config-wordpress": "^2.0.0",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-shell": "^2.1.0",
"grunt-wp-deploy": "^1.3.0",
"husky": "^0.14.3",
"wp-dev-lib": "github:xwp/wp-dev-lib"
},
"scripts": {
"install": "composer install",
"precommit": "./node_modules/wp-dev-lib/pre-commit",
"generate-readme": "./node_modules/wp-dev-lib/generate-markdown-readme",
"build": "grunt build; grunt create-build-zip",
"deploy": "grunt deploy"
}
}