forked from woocommerce/woocommerce-gateway-mijireh-checkout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 890 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "woocommerce-gateway-mijireh-checkout",
"description": "Mijireh Checkout provides a fully PCI Compliant, secure way to collect and transmit credit card data to your payment gateway while keeping you in control of the design of your site",
"version": "1.0.0",
"title": "WooCommerce Mijireh Checkout",
"main": "Gruntfile.js",
"homepage": "http://www.woothemes.com/woocommerce/",
"repository": {
"type": "git",
"url": "https://github.com/woothemes/woocommerce-gateway-mijireh-checkout.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-po2mo": "^0.1.0",
"grunt-checktextdomain": "^0.1.1",
"grunt-wp-i18n": "^0.4.7"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
}
}