forked from WordPress/two-factor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1.05 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
{
"name": "two-factor",
"title": "Two Factor",
"homepage": "https://github.com/georgestephanis/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 ./vendor/xwp/wp-dev-lib/scripts/pre-commit",
"preinstall": "composer install",
"precommit": "DEV_LIB_SKIP=phpunit ./vendor/xwp/wp-dev-lib/scripts/pre-commit",
"prepush": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/georgestephanis/two-factor.git"
},
"author": "georgestephanis",
"license": "GPL-2.0+",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-cli": "^1.3.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-wp-deploy": "^2.0.0",
"husky": "^0.14.3",
"jshint": "^2.9.6",
"load-grunt-tasks": "^4.0.0",
"parse-gitignore": "^0.5.1"
},
"dependencies": {}
}