2015-07-10 21:34:15 +00:00
|
|
|
{
|
|
|
|
"name": "woocommerce",
|
|
|
|
"title": "WooCommerce",
|
2018-06-11 17:23:31 +00:00
|
|
|
"version": "3.4.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-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": {
|
2018-06-11 17:23:31 +00:00
|
|
|
"autoprefixer": "~8.6.2",
|
2017-05-04 22:29:40 +00:00
|
|
|
"babel": "^6.5.2",
|
|
|
|
"babel-cli": "^6.14.0",
|
2018-06-11 17:23:31 +00:00
|
|
|
"babel-eslint": "^8.2.3",
|
2017-05-04 22:29:40 +00:00
|
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
|
|
"babel-preset-es2015": "^6.14.0",
|
|
|
|
"babel-preset-stage-2": "^6.13.0",
|
2018-06-11 17:23:31 +00:00
|
|
|
"chai": "^4.1.2",
|
|
|
|
"chai-as-promised": "^7.1.1",
|
2018-06-13 12:52:03 +00:00
|
|
|
"chromedriver": "^2.40.0",
|
2017-05-04 22:29:40 +00:00
|
|
|
"config": "^1.24.0",
|
2018-06-13 12:52:03 +00:00
|
|
|
"cross-env": "^5.1.6",
|
2018-06-11 17:23:31 +00:00
|
|
|
"grunt": "^1.0.3",
|
2017-11-19 20:49:26 +00:00
|
|
|
"grunt-checktextdomain": "~1.0.1",
|
|
|
|
"grunt-contrib-clean": "~1.1.0",
|
|
|
|
"grunt-contrib-concat": "~1.0.1",
|
|
|
|
"grunt-contrib-cssmin": "~2.2.1",
|
2016-12-15 16:47:38 +00:00
|
|
|
"grunt-contrib-jshint": "~1.1.0",
|
2018-06-11 17:23:31 +00:00
|
|
|
"grunt-contrib-uglify": "~3.3.0",
|
|
|
|
"grunt-contrib-watch": "^1.1.0",
|
2017-06-26 17:16:46 +00:00
|
|
|
"grunt-phpcs": "~0.4.0",
|
2017-11-19 20:49:26 +00:00
|
|
|
"grunt-postcss": "~0.9.0",
|
2018-05-21 14:28:32 +00:00
|
|
|
"grunt-prompt": "^1.3.3",
|
2017-06-26 17:16:46 +00:00
|
|
|
"grunt-rtlcss": "~2.0.1",
|
2018-06-11 17:23:31 +00:00
|
|
|
"grunt-sass": "~2.1.0",
|
2017-11-17 18:52:41 +00:00
|
|
|
"grunt-shell": "~2.1.0",
|
2018-06-11 17:23:31 +00:00
|
|
|
"grunt-stylelint": "~0.10.0",
|
2017-11-19 20:49:26 +00:00
|
|
|
"grunt-wp-i18n": "~1.0.1",
|
2017-02-28 20:00:12 +00:00
|
|
|
"istanbul": "^1.0.0-alpha",
|
2018-06-11 17:23:31 +00:00
|
|
|
"mocha": "^5.2.0",
|
|
|
|
"stylelint": "~9.2.1",
|
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
|
|
|
}
|
|
|
|
}
|