forked from mercadolibre/payment-methods-component
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 731 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 731 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
28
29
{
"name": "payment-methods-component",
"version": "0.1.0",
"description": "Payment Methods Logos, Sprites and CSS sorted by countries and sizes.",
"author": "<natalia.devalle@mercadolibre.com>",
"contributors": [
{
"name": "Ivan Pianciola",
"email": "ivan.pianciola@mercadolibre.com"
},
{
"name": "Guille Paz",
"email": "guille87paz@gmail.com"
}
],
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/mercadolibre/payment-methods-component.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1"
},
"license": "MIT",
"engine": "node >= 0.8.8"
}