You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
423 B
20 lines
423 B
{
|
|
"name": "tinydrive-nodejs-starter",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index"
|
|
},
|
|
"keywords": [],
|
|
"author": "Tiny Technologies Inc",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"express-session": "^1.15.6",
|
|
"jsonwebtoken": "^8.5.0",
|
|
"mustache-express": "^1.2.8",
|
|
"portfinder": "^1.0.20"
|
|
}
|
|
}
|