This commit is contained in:
erwanlr
2018-11-18 11:39:38 +00:00
parent 8bbc2f32ae
commit 3039218c40
13 changed files with 4288 additions and 158 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "wp_query_engine",
"description": "WP Query Engine",
"license": "GPL-2.0",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/WPCodeLabs/WP-Query-Engine"
},
"devDependencies": {
"grunt" : "latest",
"grunt-postcss" : "latest",
"grunt-contrib-compass" : "latest",
"grunt-contrib-jshint" : "latest",
"grunt-contrib-uglify" : "latest",
"grunt-contrib-watch" : "latest",
"grunt-contrib-clean" : "latest",
"grunt-openport" : "latest",
"grunt-newer" : "latest",
"pixrem" : "latest",
"autoprefixer" : "latest",
"cssnano" : "latest"
}
}