woocommerce/package.json

66 lines
2.2 KiB
JSON
Raw Normal View History

2015-07-10 21:34:15 +00:00
{
"name": "woocommerce",
"title": "WooCommerce",
"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",
"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": {
"build": "grunt",
"build-watch": "grunt watch",
2018-11-06 20:11:52 +00:00
"lint:js": "eslint assets/js --ext=js",
"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": {
"autoprefixer": "~8.6.2",
2017-05-04 22:29:40 +00:00
"babel": "^6.5.2",
"babel-cli": "^6.14.0",
"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",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chromedriver": "^2.40.0",
2017-05-04 22:29:40 +00:00
"config": "^1.24.0",
"cross-env": "^5.1.6",
2018-11-06 20:11:52 +00:00
"eslint": "5.8.0",
"eslint-config-wpcalypso": "4.0.1",
"eslint-plugin-wpcalypso": "4.0.2",
"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",
2016-12-15 16:47:38 +00:00
"grunt-contrib-jshint": "~1.1.0",
"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",
"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",
"grunt-sass": "~2.1.0",
"grunt-shell": "~2.1.0",
"grunt-stylelint": "~0.10.0",
"grunt-wp-i18n": "~1.0.1",
2017-02-28 20:00:12 +00:00
"istanbul": "^1.0.0-alpha",
"mocha": "^5.2.0",
2018-11-06 20:45:03 +00:00
"prettier": "github:automattic/calypso-prettier#c56b4251",
"stylelint": "~9.2.1",
"wc-e2e-page-objects": "0.10.0"
2015-07-10 21:34:15 +00:00
},
"engines": {
"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
}
}