forked from luxtagofficial/woocommerce-gateway-xem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 818 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
30
31
32
{
"name": "woocommerce-gateway-xem",
"version": "1.0.0",
"description": "A woocommeerce plguin.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Luxtag Official",
"license": "ISC",
"homepage": "https://github.com/luxtagofficial/woocommerce-gateway-xem",
"devDependencies": {
"browser-sync": "^2.11.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-wp-pot": "^1.3.2",
"gulp-zip": "^3.2.0",
"node-sass": "^3.2.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
}
}