woocommerce/package.json

30 lines
751 B
JSON
Raw Normal View History

2015-07-10 21:34:15 +00:00
{
"name": "woocommerce",
"title": "WooCommerce",
2016-01-05 15:52:19 +00:00
"version": "2.5.0",
2015-07-10 21:34:15 +00:00
"homepage": "http://www.woothemes.com/woocommerce/",
"repository": {
"type": "git",
"url": "https://github.com/woothemes/woocommerce.git"
},
2015-07-11 03:33:12 +00:00
"license": "GPL-3.0+",
2015-07-10 21:34:15 +00:00
"main": "Gruntfile.js",
"devDependencies": {
2015-07-10 21:48:04 +00:00
"grunt": "~0.4.5",
"grunt-checktextdomain": "~1.0.0",
"grunt-contrib-clean": "~0.6.0",
2015-08-05 19:52:03 +00:00
"grunt-contrib-cssmin": "~0.13.0",
2015-07-10 21:48:04 +00:00
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-sass": "~0.9.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-shell": "~1.1.2",
2015-08-05 19:52:03 +00:00
"grunt-wp-i18n": "~0.5.3",
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"
}
}