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,28 @@
{
"package": "WooCommerce Variation Gallery",
"name": "woo-variation-gallery",
"version": "1.0.5",
"author": "Emran Ahmed <emran.bd.08@gmail.com>",
"contact": "emran.bd.08@gmail.com",
"license": "GNU General Public License v3",
"private": true,
"scripts": {
"webpack": "cross-env NODE_ENV=development node_modules/.bin/webpack --progress --hide-modules --config=node_modules/wp-mix/setup/webpack.config.js",
"dev": "npm run webpack -- --watch",
"build": "cross-env NODE_ENV=production node_modules/.bin/webpack --progress --hide-modules --config=node_modules/wp-mix/setup/webpack.config.js",
"bundle": "npm run webpack && npm run build",
"package:bundle": "cross-env NODE_ENV=package node_modules/.bin/webpack --progress --hide-modules --config=node_modules/wp-mix/setup/webpack.config.js",
"package": "npm run bundle && npm run package:bundle"
},
"devDependencies": {
"cli-color": "^1.2.0",
"emojic": "^1.1.12",
"extend": "^3.0.1",
"fs-extra": "^5.0.0",
"sanitize-html": "^1.16.3",
"sprintf-js": "^1.1.1"
},
"dependencies": {
"wp-mix": "^1.0.6"
}
}