mirror of https://github.com/iconify/api.git
18 lines
420 B
JSON
18 lines
420 B
JSON
{
|
|
"name": "simple-svg-website-icons",
|
|
"version": "0.0.2",
|
|
"description": "Node.js version of icons.simplesvg.com",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
},
|
|
"author": "Vjacheslav Trushkin",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"compression": "^1.6.2",
|
|
"express": "^4.15.2",
|
|
"simple-svg-cdn": "*",
|
|
"simple-svg-icons": "git+https://github.com/simplesvg/icons.git"
|
|
}
|
|
}
|