This commit is contained in:
erwanlr
2019-03-30 11:11:19 +00:00
parent 07b3826806
commit d653ce4e0e
145 changed files with 42813 additions and 6 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "apiki-wp-care",
"version": "0.3.3",
"description": "Apiki WP Care Plugin",
"main": "apiki-wp-care.php",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-wp-i18n": "^0.5.4",
"load-grunt-config": "^0.19.2",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}