|
1 | 1 | { |
2 | | - "name": "formidable-forms", |
3 | | - "version": "4.4.4", |
4 | | - "description": "Formidable Forms driver for the WordPress payment processing library.", |
5 | | - "repository": { |
6 | | - "type": "git", |
7 | | - "url": "https://github.com/wp-pay-extensions/formidable-forms" |
8 | | - }, |
9 | | - "keywords": [ |
10 | | - "wordpress", |
11 | | - "wp", |
12 | | - "pay", |
13 | | - "formidable", |
14 | | - "forms", |
15 | | - "gateway", |
16 | | - "pronamic" |
17 | | - ], |
18 | | - "author": { |
19 | | - "name": "Pronamic", |
20 | | - "email": "info@pronamic.nl", |
21 | | - "url": "http://www.pronamic.nl/" |
22 | | - }, |
23 | | - "contributors": [ |
24 | | - { |
25 | | - "name": "Remco Tolsma", |
26 | | - "email": "info@remcotolsma.nl", |
27 | | - "url": "http://www.remcotolsma.nl/" |
28 | | - } |
29 | | - ], |
30 | | - "license": "GPL-3.0", |
31 | | - "bugs": { |
32 | | - "url": "https://github.com/wp-pay-extensions/formidable-forms/issues" |
33 | | - }, |
34 | | - "homepage": "http://www.wp-pay.org/extensions/formidable-forms/", |
35 | | - "devDependencies": { |
36 | | - "@wordpress/env": "^11.3.0", |
37 | | - "autoprefixer": "^9.8.8", |
38 | | - "grunt": "^1.6.1", |
39 | | - "grunt-contrib-cssmin": "^3.0.0", |
40 | | - "grunt-contrib-jshint": "^3.0.0", |
41 | | - "grunt-contrib-uglify": "^5.0.0", |
42 | | - "grunt-phpcs": "^0.4.0", |
43 | | - "grunt-phplint": "0.1.0", |
44 | | - "grunt-phpmd": "^0.1.1", |
45 | | - "grunt-phpunit": "^0.3.6", |
46 | | - "grunt-postcss": "^0.9.0", |
47 | | - "grunt-sass": "^4.0.0", |
48 | | - "grunt-sass-lint": "^0.2.4", |
49 | | - "load-grunt-tasks": "^5.1.0" |
50 | | - }, |
51 | | - "scripts": { |
52 | | - "start": "wp-env start", |
53 | | - "login": "wp-env run cli wp user one-time-login admin" |
54 | | - } |
| 2 | + "name": "formidable-forms", |
| 3 | + "version": "4.4.4", |
| 4 | + "description": "Formidable Forms driver for the WordPress payment processing library.", |
| 5 | + "repository": { |
| 6 | + "type": "git", |
| 7 | + "url": "https://github.com/wp-pay-extensions/formidable-forms" |
| 8 | + }, |
| 9 | + "keywords": [ |
| 10 | + "wordpress", |
| 11 | + "wp", |
| 12 | + "pay", |
| 13 | + "formidable", |
| 14 | + "forms", |
| 15 | + "gateway", |
| 16 | + "pronamic" |
| 17 | + ], |
| 18 | + "author": { |
| 19 | + "name": "Pronamic", |
| 20 | + "email": "info@pronamic.nl", |
| 21 | + "url": "http://www.pronamic.nl/" |
| 22 | + }, |
| 23 | + "contributors": [ |
| 24 | + { |
| 25 | + "name": "Remco Tolsma", |
| 26 | + "email": "info@remcotolsma.nl", |
| 27 | + "url": "http://www.remcotolsma.nl/" |
| 28 | + } |
| 29 | + ], |
| 30 | + "license": "GPL-3.0", |
| 31 | + "bugs": { |
| 32 | + "url": "https://github.com/wp-pay-extensions/formidable-forms/issues" |
| 33 | + }, |
| 34 | + "homepage": "http://www.wp-pay.org/extensions/formidable-forms/", |
| 35 | + "devDependencies": { |
| 36 | + "@wordpress/env": "^11.3.0", |
| 37 | + "autoprefixer": "^9.8.8", |
| 38 | + "grunt": "^1.6.1", |
| 39 | + "grunt-contrib-cssmin": "^3.0.0", |
| 40 | + "grunt-contrib-jshint": "^3.0.0", |
| 41 | + "grunt-contrib-uglify": "^5.0.0", |
| 42 | + "grunt-phpcs": "^0.4.0", |
| 43 | + "grunt-phplint": "0.1.0", |
| 44 | + "grunt-phpmd": "^0.1.1", |
| 45 | + "grunt-phpunit": "^0.3.6", |
| 46 | + "grunt-postcss": "^0.9.0", |
| 47 | + "grunt-sass": "^4.0.0", |
| 48 | + "grunt-sass-lint": "^0.2.4", |
| 49 | + "load-grunt-tasks": "^5.1.0" |
| 50 | + }, |
| 51 | + "scripts": { |
| 52 | + "start": "wp-env start", |
| 53 | + "login": "wp-env run cli wp user one-time-login admin" |
| 54 | + } |
55 | 55 | } |
0 commit comments