File "package.json"

Full Path: /home/warrior1/public_html/plugins/facebook-for-woocommerce/vendor/skyverge/wc-plugin-framework/package.json
File size: 1.36 KB
MIME-type: application/json
Charset: utf-8

{
  "name": "wc-plugin-framework",
  "version": "5.10.0",
  "title": "WooCommerce Plugin Framework",
  "author": "SkyVerge Team",
  "homepage": "https://github.com/skyverge/wc-plugin-framework#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/skyverge/wc-plugin-framework.git"
  },
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/skyverge/wc-plugin-framework/issues"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "clean": "rimraf woocommerce/payment-gateway/assets/dist",
    "build:parcel": "parcel build 'woocommerce/payment-gateway/assets/js/**/*.js' 'woocommerce/payment-gateway/assets/js/**/*.coffee' --out-dir woocommerce/payment-gateway/assets/dist --public-url ..",
    "build": "grunt default && npm run build:parcel"
  },
  "devDependencies": {
    "coffeescript": "^2.5.1",
    "gettext-parser": "^1.4.0",
    "grunt": "~0.4.5",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-coffee": "~0.13.0",
    "grunt-contrib-sass": "~0.9.2",
    "grunt-newer": "~1.1.1",
    "grunt-notify": "^0.4.5",
    "grunt-potomo": "^3.5.0",
    "grunt-shell": "^1.3.1",
    "grunt-text-replace": "^0.4.0",
    "grunt-wp-i18n": "^0.5.4",
    "load-grunt-tasks": "~3.2.0",
    "parcel-bundler": "^1.12.4",
    "rimraf": "^3.0.2",
    "time-grunt": "~1.2.1",
    "underscore": "~1.8.3",
    "underscore.string": "~3.3.5"
  }
}