21 lines
555 B
JSON
21 lines
555 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"description": "Cross platform achievement tracker",
|
|
"repository": "github:Gnarwhal/AchievementProject",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"debug": "node server.js config/debug.json",
|
|
"release": "node server.js config/release.json"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"morgan": "^1.10.0",
|
|
"passport": "^0.4.1",
|
|
"passport-steam": "^1.0.15",
|
|
"promptly": "^3.2.0"
|
|
}
|
|
}
|