-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 967 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": "@gapminder/dollar-street-icons",
"version": "2.0.0",
"description": "Font Awesome icon library for Dollar Street by GapMinder",
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"build": "node src/build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Adrian von Gegerfelt",
"email": "[email protected]",
"web": "http://twitter.com/designbyadrian"
},
"repository": {
"type": "git",
"url": "https://github.com/GapMinder/dollar-street-icons"
},
"engines": {
"node": "~16"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "0.2.17"
},
"license": "ISC",
"devDependencies": {
"fs-extra": "^10.1.0",
"listr": "0.14.3",
"prettier": "^2.7.1",
"require-all": "^3.0.0",
"rxjs": "7.5.6",
"string-template": "^1.0.0",
"stringify-object": "^3.3.0",
"svg-to-png": "4.0.0",
"xml2json": "^0.12.0"
}
}