-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
38 lines (38 loc) · 907 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": "crypto-icons",
"version": "1.0.65",
"description": "Guarda is glad to present our set of icons for various cryptocurrencies and tokens that can be downloaded and used completely for free.",
"main": "index.js",
"scripts": {
"lint": "stylelint *.css"
},
"private": false,
"keywords": [
"cryptocurrencies",
"icons",
"svg",
"svg-icons"
],
"repository": {
"type": "git",
"url": "https://github.com/guardaco/crypto-icons"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/guardaco/crypto-icons/issues"
},
"author": "Guarda co",
"contributors": [
{
"name": "Din Tores",
"email": "[email protected]",
"url": "https://github.com/dintores"
}
],
"homepage": "https://guarda.co/",
"license": "MIT",
"devDependencies": {
"stylelint": "12.0.0",
"stylelint-config-standard": "19.0.0"
}
}