This commit is contained in:
erwanlr
2019-02-03 07:08:05 +00:00
parent 8a2a6a05ff
commit f90615ca41
13 changed files with 2021 additions and 2 deletions

View File

@@ -0,0 +1,45 @@
{
"name": "sharing-plus",
"title": "MultiCommerce",
"version": "1.0.0",
"homepage": "https://themecentury.com/downloads/sharing-plus/",
"repository": {
"type": "git",
"url": "https://github.com/themecentury/sharing-plus.git"
},
"license": "GPL-3.0+",
"main": "Gruntfile.js",
"devDependencies": {
"autoprefixer": "^7.2.6",
"connect-livereload": "^0.6.0",
"grunt": "^1.0.1",
"grunt-browser-sync": "^2.2.0",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-cssmin": "^2.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-fixmyjs": "^0.3.0",
"grunt-phpcbf": "^0.1.1",
"grunt-phpcs": "^0.4.0",
"grunt-postcss": "~0.9.0",
"grunt-rtlcss": "~2.0.1",
"grunt-sass": "^2.0.0",
"grunt-stylelint": "~0.9.0",
"grunt-wp-i18n": "^1.0.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
},
"dependencies": {
"grunt-contrib-copy": "^1.0.0",
"grunt-css-url-replace": "^0.2.7",
"grunt-reload": "^0.2.0",
"node-bourbon": "^4.2.8",
"uglify": "^0.1.5"
}
}