wordpress-theme-generator
Version:
Wordpress theme generator rom html
24 lines (23 loc) • 483 B
JSON
{
"name": "wordpress-theme-generator",
"version": "1.0.0",
"description": "Wordpress theme generator rom html",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"wordpress",
"genrator"
],
"author": "daniiltserin",
"license": "MIT",
"dependencies": {
"glob": "^7.1.1",
"php-parser": "^2.0.3"
},
"repository": "https://github.com/daniiltserin/wordpress-theme-generator",
"devDependencies": {
"mocha": "^3.3.0"
}
}