-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
49 lines (49 loc) · 1.54 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
40
41
42
43
44
45
46
47
48
49
{
"name": "yoast-acf-analysis",
"version": "3.0.0",
"description": "WordPress plugin that adds the content of all ACF fields to the Yoast SEO score analysis.",
"keywords": [
"yoast",
"seo",
"acf",
"advanced",
"custom",
"fields",
"analysis",
"search",
"engine",
"optimization",
"seo",
"score"
],
"homepage": "https://wordpress.org/plugins/yoast-seo-acf-analysis/",
"bugs": {
"url": "https://github.com/Yoast/yoast-acf-analysis/issues",
"email": "[email protected]"
},
"license": "GPL-3.0",
"repository": "Yoast/yoast-acf-analysis",
"scripts": {
"build": "browserify js/src/main.js -o js/yoast-acf-analysis.js",
"watch": "watchify js/src/main.js -o js/yoast-acf-analysis.js --poll --verbose --debug",
"test": "(cd tests/js/system/ && exec ../../../node_modules/.bin/nightwatch)",
"test-acf5": "(cd tests/js/system/ && exec ../../../node_modules/.bin/nightwatch --group general --group acf5 --skiptags pro)",
"test-acf5pro": "(cd tests/js/system/ && exec ../../../node_modules/.bin/nightwatch --group general --group acf5)"
},
"dependencies": {},
"devDependencies": {
"browserify": "^15.0.0",
"chromedriver": "^2.38.3",
"eslint-browserify": "^1.4.4",
"eslint-config-yoast": "^3.0.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-yoast": "^1.0.1",
"grunt": "^1.0.1",
"grunt-eslint": "^20.1.0",
"load-grunt-config": "^0.19.2",
"nightwatch": "^1.1.11",
"ps-tree": "^1.1.0",
"time-grunt": "^1.4.0",
"watchify": "^3.9.0"
}
}