-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 848 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
33
34
35
36
37
38
{
"name": "woo-checkout-braspag",
"version": "1.0.0",
"description": "Checkout Braspag for WooCommerce",
"author": "Mário Valney",
"main": "index.js",
"scripts": {
"dev": "gulp watch",
"make": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/Vizir/woo-checkout-braspag"
},
"keywords": [
"WooCommerce",
"WordPress",
"gateway",
"payment",
"braspag",
"cielo"
],
"license": "GPLv2 or later",
"homepage": "https://github.com/Vizir/woo-checkout-braspag",
"browserslist": [
"last 2 versions"
],
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-uglify-es": "^3.0.0",
"gulp-watch": "^5.0.1",
"gulp-zip": "^5.1.0",
"lodash.template": ">=4.5.0"
}
}