2015-07-10 21:34:15 +00:00
|
|
|
{
|
|
|
|
"name": "woocommerce",
|
|
|
|
"title": "WooCommerce",
|
2016-07-19 18:28:34 +00:00
|
|
|
"version": "2.6.3",
|
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",
|
|
|
|
"devDependencies": {
|
2016-07-14 13:48:00 +00:00
|
|
|
"grunt": "~1.0.1",
|
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",
|
|
|
|
"grunt-contrib-jshint": "~1.0.0",
|
|
|
|
"grunt-contrib-sass": "~1.0.0",
|
|
|
|
"grunt-contrib-uglify": "~1.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-07-14 13:48:00 +00:00
|
|
|
"grunt-shell": "~1.3.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",
|
2015-07-10 21:48:04 +00:00
|
|
|
"node-bourbon": "~4.2.3"
|
2015-07-10 21:34:15 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8.0",
|
|
|
|
"npm": ">=1.1.0"
|
|
|
|
}
|
|
|
|
}
|