-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
41 lines (41 loc) · 1022 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
39
40
41
{
"name": "file-icons-js",
"version": "1.1.0",
"description": "File specific icons for the browser from Atom File-icons, https://github.com/file-icons/atom",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup index.js --format umd --name 'FileIcons' --file dist/file-icons.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/websemantics/file-icons-js.git"
},
"keywords": [
"javascript",
"nodejs",
"icons",
"octicons",
"mfizz",
"devicons"
],
"author": {
"name": "Daniel Brooker.",
"email": "[email protected]"
},
"contributors": [{
"name": "Adnan M.Sagar, PhD.",
"email": "[email protected]"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/websemantics/file-icons-js/issues"
},
"dependencies": {
},
"devDependencies": {
"rollup": "2.33.3"
},
"homepage": "https://github.com/websemantics/file-icons-js"
}