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-03-06 16:49:47 +00:00
|
|
|
"version": "2.1.6",
|
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",
|
2014-02-02 20:47:06 +00:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|