apblog/package.json

19 lines
349 B
JSON
Raw Permalink Normal View History

2019-02-18 20:30:11 +00:00
{
"name": "apblog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2019-02-18 20:36:39 +00:00
"express": "^4.16.4",
2019-02-18 21:27:19 +00:00
"morgan": "^1.9.1",
"request": "^2.88.0",
"sqlite3": "^4.0.6",
"uuid": "^3.3.2"
2019-02-18 20:30:11 +00:00
}
}