-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 688 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 688 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
{
"name": "@cryptofonts/cryptofont",
"version": "1.3.5",
"description": "Cryptocurrency icon webfont and SVG",
"main": "index.js",
"scripts": {
"build": "csso --output cryptofont.min.css cryptofont.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monzanifabio/cryptofont.git"
},
"keywords": ["Cryptocurrency", "Webfont", "icons"],
"author": "Fabio Monzani",
"license": "ISC",
"bugs": {
"url": "https://github.com/monzanifabio/cryptofont/issues"
},
"homepage": "https://github.com/monzanifabio/cryptofont#readme",
"dependencies": {
"csso-cli": "^4.0.0"
}
}