-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 830 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 830 Bytes
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
{
"name": "paypal-plus-brasil",
"description": "Adicione facilmente opções de pagamento do PayPal Plus ao seu site do WordPress/WooCommerce.",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/apuhlmann/paypal-plus-brasil"
},
"main": "Gruntfile.js",
"devDependencies": {
"autoprefixer": "^7.1.1",
"cssnano": "^3.10.0",
"grunt": "^1.0.1",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.8.0",
"grunt-typescript": "^0.8.0",
"grunt-wp-i18n": "^1.0.0",
"grunt-wp-readme-to-markdown": "^2.0.1",
"node-bourbon": "^4.2.8",
"pixrem": "^3.0.2"
}
}