woocommerce/package.json

23 lines
553 B
JSON
Raw Normal View History

2014-01-30 16:04:50 +00:00
{
2014-01-30 16:09:52 +00:00
"name": "woocommerce",
2014-02-02 19:19:08 +00:00
"title": "WooCommerce",
2014-02-27 16:11:13 +00:00
"version": "2.1.4",
2014-02-02 19:19:08 +00:00
"homepage": "http://www.woothemes.com/woocommerce/",
"main": "Gruntfile.js",
2014-01-30 16:09:52 +00:00
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.3.2",
2014-01-30 16:37:59 +00:00
"grunt-contrib-less": "~0.9.0",
2014-01-30 16:51:05 +00:00
"grunt-contrib-cssmin": "~0.7.0",
2014-02-02 21:33:20 +00:00
"grunt-shell": "~0.6.4",
2014-02-10 12:52:41 +00:00
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "0.5.x",
"grunt-wp-deploy": "0.3.x"
2014-02-02 19:19:08 +00:00
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
2014-01-30 16:09:52 +00:00
}
}