Files
liquidjs/demo/express/package.json
T
harttle b65df447dc fix: reactjs demo during yarn install, fixes #145
simply remove unused dependencies fixes this issue, but I removed
all package-lock.json / yarn.lock since the demo should always be
in sync with the codebase
2019-08-26 10:15:43 -05:00

17 lines
343 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",
"liquidjs": "*"
}
}