-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.28 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
36
37
38
39
{
"name": "agrilife-faculty-search",
"version": "0.3.1",
"description": "Faculty search feature using the AgriLife People API",
"main": "agrilife-faculty-search.php",
"scripts": {
"start": "git config core.hooksPath hooks && chmod u+x ./hooks/pre-commit && composer install && npm install && grunt",
"checkwp": "npm run configphpcs && npm run checkphp",
"configphpcs": "vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs",
"checkphp": "vendor/bin/phpcs --standard=WordPress --report=source ./*.php ./src && vendor/bin/phpcs --standard=WordPress ./*.php ./src"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AgriLife/agrilife-faculty-search.git"
},
"keywords": [
"wordpress",
"plugin",
"agrilife"
],
"author": "Zachary Watkins",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/AgriLife/agrilife-faculty-search/issues"
},
"homepage": "https://github.com/AgriLife/agrilife-faculty-search#readme",
"dependencies": {
"foundation-sites": "^6.5.3",
"grunt": "^1.5.3",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.0.2",
"grunt-sass-lint": "^0.2.4",
"node-sass": "^8.0.0"
}
}