16 lines
322 B
JSON
16 lines
322 B
JSON
|
{
|
||
|
"name": "express-demo",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Express Demo Using liquidjs",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "node index.js",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "harttle",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"express": "^4.14.0"
|
||
|
}
|
||
|
}
|