forked from WordPress/two-factor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.32 KB
/
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
35
{
"name": "two-factor",
"title": "Two Factor",
"homepage": "https://github.com/wordpress/two-factor",
"scripts": {
"deploy": "grunt deploy",
"build": "npm run readme && grunt build",
"test": "DIFF_BASE=master ./vendor/xwp/wp-dev-lib/scripts/pre-commit",
"readme": "./vendor/xwp/wp-dev-lib/scripts/generate-markdown-readme",
"phpunit": "DEV_LIB_ONLY=phpunit SYNC_README_MD=0 ./vendor/xwp/wp-dev-lib/scripts/pre-commit",
"preinstall": "composer install",
"precommit": "DEV_LIB_SKIP=phpunit ./vendor/xwp/wp-dev-lib/scripts/pre-commit",
"docker-cli": "docker-compose run wpdevlib",
"docker-test": "docker-compose run -e DEV_LIB_ONLY=phpunit -e SYNC_README_MD=0 wpdevlib ./vendor/xwp/wp-dev-lib/scripts/pre-commit",
"docker-lint": "docker-compose run -e DEV_LIB_SKIP=phpunit wpdevlib ./vendor/xwp/wp-dev-lib/scripts/pre-commit"
},
"repository": {
"type": "git",
"url": "https://github.com/wordpress/two-factor.git"
},
"author": "georgestephanis",
"license": "GPL-2.0+",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-wp-deploy": "^2.0.0",
"husky": "^0.14.3",
"jshint": "^2.11.0",
"load-grunt-tasks": "^4.0.0",
"parse-gitignore": "^0.5.1"
},
"dependencies": {}
}