file-icons-js
Version:
File specific icons for the browser from Atom File-icons, https://github.com/file-icons/atom
28 lines (27 loc) • 590 B
JSON
{
"name": "file-icons-js",
"main": "index.js",
"version": "1.0.3",
"homepage": "https://github.com/websemantics/file-icons-js",
"authors": [
"Daniel Brooker, <dan@nocturnalcode.com>",
"Adnan M.Sagar, <adnan@websemantics.ca>"
],
"description": "File specific icons for the browser from Atom File-icons, https://github.com/file-icons/atom",
"keywords": [
"javascript",
"nodejs",
"icons",
"octicons",
"mfizz",
"devicons"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
],
"dependencies": {}
}