woocommerce/package.json

34 lines
866 B
JSON
Raw Normal View History

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",
"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",
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-rtlcss": "2.0.1",
"grunt-contrib-concat": "1.0.1",
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"
}
}