forked from Cliffbreak/tsviewer
17 lines
343 B
JSON
17 lines
343 B
JSON
{
|
|
"name": "TSViewer",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node app.js"
|
|
},
|
|
"author": "Marc Kemper",
|
|
"license": "",
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"express-handlebars": "^3.0.0"
|
|
}
|
|
}
|