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-09-18 12:39:02 +00:00
|
|
|
"version": "2.2.4",
|
2014-02-02 19:19:08 +00:00
|
|
|
"homepage": "http://www.woothemes.com/woocommerce/",
|
2014-07-01 05:57:33 +00:00
|
|
|
"repository": {
|
2014-08-01 12:53:31 +00:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/woothemes/woocommerce.git"
|
2014-07-01 05:57:33 +00:00
|
|
|
},
|
2014-02-02 19:19:08 +00:00
|
|
|
"main": "Gruntfile.js",
|
2014-01-30 16:09:52 +00:00
|
|
|
"devDependencies": {
|
2014-07-30 17:23:50 +00:00
|
|
|
"grunt": "~0.4.5",
|
2014-09-04 18:24:47 +00:00
|
|
|
"grunt-checktextdomain": "^0.1.1",
|
|
|
|
"grunt-contrib-clean": "~0.6.0",
|
2014-07-30 17:23:50 +00:00
|
|
|
"grunt-contrib-cssmin": "~0.10.0",
|
2014-09-04 18:24:47 +00:00
|
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
|
|
"grunt-contrib-uglify": "~0.5.1",
|
2014-07-30 17:23:50 +00:00
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
2014-09-04 18:24:47 +00:00
|
|
|
"grunt-shell": "^1.1.1",
|
2014-09-22 16:55:53 +00:00
|
|
|
"grunt-wp-i18n": "^0.4.8",
|
2014-10-17 17:21:54 +00:00
|
|
|
"grunt-contrib-sass": "^0.8.1",
|
|
|
|
"node-bourbon": "~1.0.0"
|
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
|
|
|
}
|
|
|
|
}
|