| 1 |
{ |
| 2 |
"name": "averta-wordpress", |
| 3 |
"version": "1.0.8", |
| 4 |
"description": "Averta WordPress Toolkit", |
| 5 |
"main": "index.js", |
| 6 |
"scripts": { |
| 7 |
"test": "echo \"Error: no test specified\" && exit 1" |
| 8 |
}, |
| 9 |
"repository": { |
| 10 |
"type": "git", |
| 11 |
"url": "git+https://github.com/averta-lab/wordpress.git" |
| 12 |
}, |
| 13 |
"keywords": [ |
| 14 |
"averta", |
| 15 |
"PHP", |
| 16 |
"wordpress" |
| 17 |
], |
| 18 |
"author": "averta", |
| 19 |
"license": "GPL-3.0-or-later", |
| 20 |
"bugs": { |
| 21 |
"url": "https://github.com/averta-lab/wordpress/issues" |
| 22 |
}, |
| 23 |
"homepage": "https://github.com/averta-lab/wordpress#readme" |
| 24 |
} |
| 25 |
|