mirror of https://github.com/iconify/api.git
28 lines
668 B
JSON
28 lines
668 B
JSON
{
|
|
"version": "1.0.0-beta8",
|
|
"description": "Node.js version of api.iconify.design",
|
|
"private": true,
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"test": "mocha tests/*_test.js"
|
|
},
|
|
"author": "Vjacheslav Trushkin",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/iconify-design/api.js/issues",
|
|
"homepage": "https://github.com/iconify-design/api.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/iconify-design/api.js.git"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"nodemailer": "^4.6.8",
|
|
"@iconify/json": "*"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"mocha": "^5.2.0"
|
|
}
|
|
}
|