23 lines
553 B
JSON
23 lines
553 B
JSON
{
|
|
"name": "woocommerce",
|
|
"title": "WooCommerce",
|
|
"version": "2.1.6",
|
|
"homepage": "http://www.woothemes.com/woocommerce/",
|
|
"main": "Gruntfile.js",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.2",
|
|
"grunt-contrib-uglify": "~0.3.2",
|
|
"grunt-contrib-less": "~0.9.0",
|
|
"grunt-contrib-cssmin": "~0.7.0",
|
|
"grunt-shell": "~0.6.4",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-contrib-copy": "~0.5.0",
|
|
"grunt-contrib-clean": "0.5.x",
|
|
"grunt-wp-deploy": "0.3.x"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0",
|
|
"npm": ">=1.1.0"
|
|
}
|
|
}
|