forked from BoilWP/WooCommerce-Extension-Boilerplate-Light
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.04 KB
/
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
30
31
32
33
34
35
{
"name": "woocommerce-extension-boilerplate-lite",
"title": "WooCommerce Extension Boilerplate Lite",
"version": "1.0.1",
"homepage": "http://www.sebastiendumont.com",
"author": {
"name": "Sebastien Dumont",
"email": "[email protected]",
"url": "http://www.sebastiendumont.com"
},
"repository": {
"type": "git",
"url": "https://github.com/seb86/WooCommerce-Extension-Boilerplate-Lite.git"
},
"bugs": {
"url": "https://github.com/seb86/WooCommerce-Extension-Boilerplate-Lite/issues"
},
"private": true,
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-checktextdomain": "^0.1.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "~0.8.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "~0.4.5",
"grunt-potomo": "~2.1.0",
"grunt-wp-i18n": "^0.4.7",
"load-grunt-tasks": "~0.2.0"
}
}