asu-api
Version:
29 lines (28 loc) • 642 B
JSON
{
"name": "asu-api",
"version": "0.0.22",
"description": "Api for ASU",
"main": "index.js",
"scripts": {
"start": "nodemon test.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EvgenyGulyaev/ASU-API.git"
},
"keywords": [
"ITA"
],
"author": "Evgeny Gulyaev",
"license": "ISC",
"bugs": {
"url": "https://github.com/EvgenyGulyaev/ASU-API/issues"
},
"homepage": "https://github.com/EvgenyGulyaev/ASU-API#readme",
"dependencies": {
"axios": "^0.19.0",
"lodash": "^4.17.15",
"node-emoji": "^1.10.0"
}
}