forked from getdokan/woocommerce-conversion-tracking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 805 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
27
28
29
{
"name": "Woocommerce-Conversion-Tracking",
"version": "2.0.12",
"description": "Conversion tracking plugin for WooCommerce",
"author": "Tareq Hasan",
"license": "GPL",
"private": true,
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-compress": "~1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-notify": "^0.4.5",
"grunt-phplint": "^0.1.0",
"grunt-wp-i18n": "^0.5.4",
"jshint-stylish": "^2.2.1"
},
"dependencies": {
"cli": "^1.0.1",
"g": "^2.0.1",
"grunt-cli": "^1.3.2"
}
}