This commit is contained in:
erwanlr
2019-05-24 11:06:50 +01:00
parent 18779edd7d
commit 5682e5483a
23 changed files with 10309 additions and 2 deletions

View File

@@ -0,0 +1,43 @@
{
"name": "press-search",
"title": "pressSearch",
"description": "The best WordPress extension ever made!",
"version": "0.0.2",
"homepage": "#",
"repository": {
"type": "git",
"url": ""
},
"author": {
"name": "TruongSa",
"email": "shrimp2t@gmail.com",
"url": "#"
},
"devDependencies": {
"chai": "^3.5.0",
"glob": "~5.0.15",
"grunt": "^1.0.4",
"grunt-autoprefixer": "latest",
"grunt-bumpup": "latest",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^18.1.0",
"grunt-jscs": "^3.0.1",
"grunt-mocha": "^1.2.0",
"grunt-phpunit": "^0.3.6",
"grunt-postcss": "^0.6.0",
"grunt-rtlcss": "latest",
"grunt-text-replace": "latest",
"grunt-wp-i18n": "latest",
"grunt-wp-readme-to-markdown": "^0.9.0",
"load-grunt-config": "^1.0.2",
"load-grunt-tasks": "^3.3.0"
},
"keywords": []
}