2015-07-10 21:34:15 +00:00
|
|
|
{
|
|
|
|
"name": "woocommerce",
|
|
|
|
"title": "WooCommerce",
|
2018-12-17 16:52:05 +00:00
|
|
|
"version": "3.5.0",
|
2016-07-05 22:52:16 +00:00
|
|
|
"homepage": "https://woocommerce.com/",
|
2015-07-10 21:34:15 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-09-28 10:17:40 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce.git"
|
2015-07-10 21:34:15 +00:00
|
|
|
},
|
2015-07-11 03:33:12 +00:00
|
|
|
"license": "GPL-3.0+",
|
2015-07-10 21:34:15 +00:00
|
|
|
"main": "Gruntfile.js",
|
2017-02-28 20:00:12 +00:00
|
|
|
"scripts": {
|
2017-11-27 21:36:02 +00:00
|
|
|
"build": "grunt",
|
|
|
|
"build-watch": "grunt watch",
|
2018-11-06 20:11:52 +00:00
|
|
|
"lint:js": "eslint assets/js --ext=js",
|
2018-06-11 17:23:31 +00:00
|
|
|
"test": "cross-env NODE_CONFIG_DIR='./tests/e2e-tests/config' BABEL_ENV=commonjs mocha \"tests/e2e-tests\" --require babel-register --recursive",
|
|
|
|
"test:grep": "cross-env NODE_CONFIG_DIR='./tests/e2e-tests/config' BABEL_ENV=commonjs mocha \"tests/e2e-tests\" --require babel-register --grep ",
|
|
|
|
"test:single": "cross-env NODE_CONFIG_DIR='./tests/e2e-tests/config' BABEL_ENV=commonjs mocha --require babel-register"
|
2017-02-28 20:00:12 +00:00
|
|
|
},
|
2015-07-10 21:34:15 +00:00
|
|
|
"devDependencies": {
|
2019-01-08 16:00:19 +00:00
|
|
|
"autoprefixer": "9.4.4",
|
2019-01-08 11:07:32 +00:00
|
|
|
"babel": "6.23.0",
|
|
|
|
"babel-cli": "6.26.0",
|
|
|
|
"babel-eslint": "8.2.6",
|
2019-01-08 11:08:23 +00:00
|
|
|
"babel-plugin-add-module-exports": "0.3.3",
|
2019-01-08 11:07:32 +00:00
|
|
|
"babel-preset-es2015": "6.24.1",
|
|
|
|
"babel-preset-stage-2": "6.24.1",
|
|
|
|
"chai": "4.2.0",
|
|
|
|
"chai-as-promised": "7.1.1",
|
2019-01-08 11:08:59 +00:00
|
|
|
"chromedriver": "2.45.0",
|
2019-01-08 11:07:32 +00:00
|
|
|
"config": "1.31.0",
|
|
|
|
"cross-env": "5.2.0",
|
2019-01-08 11:00:54 +00:00
|
|
|
"eslint": "5.12.0",
|
2018-11-06 20:11:52 +00:00
|
|
|
"eslint-config-wpcalypso": "4.0.1",
|
|
|
|
"eslint-plugin-wpcalypso": "4.0.2",
|
2019-01-08 11:07:32 +00:00
|
|
|
"grunt": "1.0.3",
|
|
|
|
"grunt-checktextdomain": "1.0.1",
|
|
|
|
"grunt-contrib-clean": "1.1.0",
|
|
|
|
"grunt-contrib-concat": "1.0.1",
|
|
|
|
"grunt-contrib-cssmin": "2.2.1",
|
|
|
|
"grunt-contrib-jshint": "1.1.0",
|
2019-01-08 13:44:06 +00:00
|
|
|
"grunt-contrib-uglify": "3.4.0",
|
2019-01-08 11:07:32 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
|
|
|
"grunt-phpcs": "0.4.0",
|
|
|
|
"grunt-postcss": "0.9.0",
|
|
|
|
"grunt-prompt": "1.3.3",
|
|
|
|
"grunt-rtlcss": "2.0.1",
|
|
|
|
"grunt-sass": "2.1.0",
|
|
|
|
"grunt-shell": "2.1.0",
|
|
|
|
"grunt-stylelint": "0.10.1",
|
2019-01-08 13:44:30 +00:00
|
|
|
"grunt-wp-i18n": "1.0.3",
|
2019-01-08 11:07:32 +00:00
|
|
|
"istanbul": "1.0.0-alpha.2",
|
|
|
|
"mocha": "5.2.0",
|
2018-11-06 20:45:03 +00:00
|
|
|
"prettier": "github:automattic/calypso-prettier#c56b4251",
|
2019-01-08 15:02:22 +00:00
|
|
|
"stylelint": "9.9.0",
|
2018-04-11 13:43:39 +00:00
|
|
|
"wc-e2e-page-objects": "0.10.0"
|
2015-07-10 21:34:15 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2017-12-21 15:23:53 +00:00
|
|
|
"node": ">=8.9.3",
|
|
|
|
"npm": ">=5.5.1"
|
2018-05-21 14:28:32 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"github-contributors-list": "https://github.com/woocommerce/github-contributors-list/tarball/master"
|
2015-07-10 21:34:15 +00:00
|
|
|
}
|
|
|
|
}
|