woocommerce/package.json

29 lines
726 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-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/",
"repository": {
2014-08-01 12:53:31 +00:00
"type": "git",
"url": "https://github.com/woothemes/woocommerce.git"
},
2014-02-02 19:19:08 +00:00
"main": "Gruntfile.js",
2014-01-30 16:09:52 +00:00
"devDependencies": {
2014-10-18 05:33:22 +00:00
"grunt": "^0.4.5",
"grunt-checktextdomain": "^0.1.1",
2014-10-18 05:33:22 +00:00
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
2014-10-18 05:33:22 +00:00
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-shell": "^1.1.1",
2014-11-28 04:15:49 +00:00
"grunt-wp-i18n": "^0.4.9",
2014-10-18 05:33:22 +00:00
"node-bourbon": "^1.2.3"
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
}
}