|
1 | 1 | {
|
2 |
| - "name": "grunt-patch-wordpress", |
3 |
| - "description": "Patch your core WordPress", |
4 |
| - "version": "1.0.0", |
5 |
| - "homepage": "https://github.com/wordpress/grunt-patch-wordpress", |
6 |
| - "author": { |
7 |
| - "name": "Aaron Jorbin", |
8 |
| - |
9 |
| - "url": "http://aaron.jorb.in" |
10 |
| - }, |
11 |
| - "repository": { |
12 |
| - "type": "git", |
13 |
| - "url": "git://github.com/wordpress/grunt-patch-wordpress.git" |
14 |
| - }, |
15 |
| - "bugs": { |
16 |
| - "url": "https://github.com/wordpress/grunt-patch-wordpress/issues" |
17 |
| - }, |
18 |
| - "license": "MIT", |
19 |
| - "main": "Gruntfile.js", |
20 |
| - "engines": { |
21 |
| - "node": ">= 8.9.3" |
22 |
| - }, |
23 |
| - "scripts": { |
24 |
| - "test": "jest", |
25 |
| - "test:coverage": "jest --coverage", |
26 |
| - "test:watch": "jest --watch", |
27 |
| - "lint": "eslint .", |
28 |
| - "lint:fix": "eslint . --fix" |
29 |
| - }, |
30 |
| - "jest": { |
31 |
| - "testMatch": [ |
32 |
| - "**/test/**/*.js" |
33 |
| - ] |
34 |
| - }, |
35 |
| - "devDependencies": { |
36 |
| - "@wordpress/eslint-plugin": "^2.0.0", |
37 |
| - "eslint": "^5.15.1", |
38 |
| - "jest": "^24.5.0" |
39 |
| - }, |
40 |
| - "dependencies": { |
41 |
| - "grunt": "^1.0.2", |
42 |
| - "inquirer": "^5.1.0", |
43 |
| - "request": "^2.83.0", |
44 |
| - "xmlrpc": "^1.3.1" |
45 |
| - }, |
46 |
| - "keywords": [ |
47 |
| - "gruntplugin" |
48 |
| - ] |
| 2 | + "name": "grunt-patch-wordpress", |
| 3 | + "description": "Patch your core WordPress", |
| 4 | + "version": "1.0.0", |
| 5 | + "homepage": "https://github.com/wordpress/grunt-patch-wordpress", |
| 6 | + "author": { |
| 7 | + "name": "Aaron Jorbin", |
| 8 | + |
| 9 | + "url": "http://aaron.jorb.in" |
| 10 | + }, |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "git://github.com/wordpress/grunt-patch-wordpress.git" |
| 14 | + }, |
| 15 | + "bugs": { |
| 16 | + "url": "https://github.com/wordpress/grunt-patch-wordpress/issues" |
| 17 | + }, |
| 18 | + "license": "MIT", |
| 19 | + "main": "Gruntfile.js", |
| 20 | + "engines": { |
| 21 | + "node": ">= 8.9.3" |
| 22 | + }, |
| 23 | + "scripts": { |
| 24 | + "test": "jest", |
| 25 | + "test:coverage": "jest --coverage", |
| 26 | + "test:watch": "jest --watch", |
| 27 | + "lint": "eslint .", |
| 28 | + "lint:fix": "eslint . --fix" |
| 29 | + }, |
| 30 | + "jest": { |
| 31 | + "testMatch": [ |
| 32 | + "**/test/**/*.js" |
| 33 | + ] |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "@wordpress/eslint-plugin": "^2.0.0", |
| 37 | + "eslint": "^5.15.1", |
| 38 | + "jest": "^24.5.0" |
| 39 | + }, |
| 40 | + "dependencies": { |
| 41 | + "grunt": "^1.0.2", |
| 42 | + "inquirer": "^5.1.0", |
| 43 | + "request": "^2.83.0", |
| 44 | + "xmlrpc": "^1.3.1" |
| 45 | + }, |
| 46 | + "keywords": [ |
| 47 | + "gruntplugin" |
| 48 | + ] |
49 | 49 | }
|
0 commit comments