forked from AllienWorks/cryptocoins
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 910 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 910 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
30
31
32
33
34
35
36
37
{
"name": "cryptocoins-font",
"version": "1.0.4",
"description": "Cryptocoins is the most complete free vector/webfont iconpack of your favourite cryptocurrencies",
"keywords": [
"cryptocurrency",
"cryptocurrencies",
"cryptocoin",
"bitcoin",
"ethereum",
"crypto",
"icons",
"icon"
],
"devDependencies": {
"gulp": "^3.9.1",
"gulp-iconfont": "^8.0.1",
"gulp-iconfont-css": "https://github.com/bradrisse/gulp-iconfont-css.git",
"gulp-svgmin": "^1.2.4",
"pump": "^1.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SUCHiDEV/cryptocoins.git"
},
"bugs": {
"url": "https://github.com/SUCHiDEV/cryptocoins/issues"
},
"license": "MIT",
"homepage": "https://github.com/SUCHiDEV/cryptocoins",
"scripts": {
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"graceful-fs": "^4.2.4"
}
}