HELLO v3!!!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:12:01 +02:00
parent 28b9c15256
commit d268a86795
1871 changed files with 988118 additions and 0 deletions

View File

@@ -0,0 +1,56 @@
{
"name": "wpum-username-length",
"version": "1.0.0",
"description": "Project description",
"homepage": "http://project-site.com",
"author": {
"name": "Alessandro Tesoro",
"email": "email@project.com",
"url": "http://project-site.com"
},
"contributors": "Alessandro Tesoro",
"repository": {
"type": "",
"url": ""
},
"bugs": {
"url": "http://project-site.com",
"email": "email@project.com"
},
"license": "GPLv2+",
"private": true,
"directories": {
"js": "",
"sass": "",
"css": "",
"build": "./build",
"languages": "./languages"
},
"pot": {
"type": "wp-plugin",
"textdomain": "wpum-username-length",
"src": "wpum-username-length.php",
"header": {
"bugs": "http://project-site.com",
"team": "Alessandro Tesoro <email@project.com>",
"last_translator": "Alessandro Tesoro <email@project.com>"
}
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-phpcs": "^0.4.0",
"grunt-potomo": "~3.2.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "~0.5.1",
"grunt-wp-readme-to-markdown": "^0.9.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-sass": "~0.8.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-uglify": "~0.6.0",
"load-grunt-config": "0.16.0",
"load-grunt-tasks": "~0.3.0"
}
}