forked from muffinresearch/payment-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 784 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": "payment-icons",
"version": "0.0.12",
"description": "payment icon svgs",
"scripts": {
"test": "echo \"No tests specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muffinresearch/payment-icons.git"
},
"keywords": [
"icons",
"payments",
"font",
"credit cards"
],
"author": "Stuart Colville",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/muffinresearch/payment-icons/issues"
},
"homepage": "https://github.com/muffinresearch/payment-icons#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-gh-pages": "^2.0.0",
"grunt-svg-sprite": "^1.1.2",
"grunt-svgmin": "^4.0.0",
"load-grunt-tasks": "^3.1.0"
}
}