mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"name": "express-demo",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"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",
|
|
"liquidjs": "*"
|
|
}
|
|
}
|