woocommerce/package.json

55 lines
1.7 KiB
JSON
Raw Normal View History

2015-07-10 21:34:15 +00:00
{
"name": "woocommerce",
"title": "WooCommerce",
2017-03-20 17:00:11 +00:00
"version": "3.0.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": {
"test": "cross-env NODE_CONFIG_DIR='./tests/e2e-tests/config' BABEL_ENV=commonjs mocha \"tests/e2e-tests\" --compilers js:babel-register --recursive",
"test:single": "cross-env NODE_CONFIG_DIR='./tests/e2e-tests/config' BABEL_ENV=commonjs mocha --compilers js:babel-register"
2017-02-28 20:00:12 +00:00
},
2015-07-10 21:34:15 +00:00
"devDependencies": {
"autoprefixer": "^6.7.7",
2016-07-14 13:48:00 +00:00
"grunt": "~1.0.1",
2017-04-29 15:23:01 +00:00
"grunt-autoprefixer": "^3.0.4",
2015-07-10 21:48:04 +00:00
"grunt-checktextdomain": "~1.0.0",
2016-03-11 17:42:25 +00:00
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-cssmin": "~1.0.0",
2016-12-15 16:47:38 +00:00
"grunt-contrib-jshint": "~1.1.0",
2016-03-11 17:42:25 +00:00
"grunt-contrib-sass": "~1.0.0",
2016-12-15 16:47:38 +00:00
"grunt-contrib-uglify": "~2.0.0",
2016-07-14 13:48:00 +00:00
"grunt-contrib-watch": "~1.0.0",
2016-09-13 21:24:01 +00:00
"grunt-phpcs": "^0.4.0",
2016-12-15 16:47:38 +00:00
"grunt-shell": "~2.1.0",
2016-08-08 19:32:39 +00:00
"grunt-stylelint": "^0.6.0",
2016-03-11 17:42:25 +00:00
"grunt-wp-i18n": "~0.5.4",
"grunt-postcss": "^0.8.0",
"grunt-rtlcss": "2.0.1",
"grunt-contrib-concat": "1.0.1",
2017-02-28 20:00:12 +00:00
"node-bourbon": "~4.2.3",
"config": "^1.24.0",
"babel": "^6.5.2",
"babel-cli": "^6.14.0",
"babel-eslint": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"cross-env": "^3.0.0",
"istanbul": "^1.0.0-alpha",
"mocha": "^3.0.2",
2017-03-20 16:05:16 +00:00
"chromedriver": "^2.25.0",
2017-03-21 21:46:37 +00:00
"wc-e2e-page-objects": "0.2.2"
2015-07-10 21:34:15 +00:00
},
"engines": {
2017-03-09 21:39:51 +00:00
"node": ">=6.9.4",
2015-07-10 21:34:15 +00:00
"npm": ">=1.1.0"
}
}