forked from WordPress/two-factor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 743 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 743 Bytes
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
{
"name": "two-factor",
"title": "Two Factor",
"homepage": "https://github.com/georgestephanis/two-factor",
"scripts": {
"grunt": "grunt",
"test": "DIFF_BASE=master ./vendor/xwp/wp-dev-lib/pre-commit",
"readme": "./vendor/xwp/wp-dev-lib/generate-markdown-readme",
"phpunit": "DEV_LIB_ONLY=phpunit ./vendor/xwp/wp-dev-lib/pre-commit",
"preinstall": "composer install",
"precommit": "DEV_LIB_SKIP=phpunit ./vendor/xwp/wp-dev-lib/pre-commit",
"prepush": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/georgestephanis/two-factor.git"
},
"author": "georgestephanis",
"license": "GPL-2.0+",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.3",
"husky": "^0.14.3"
}
}