Files
liquidjs/demo/package.json
T
2016-09-26 21:52:23 +08:00

15 lines
298 B
JSON

{
"name": "express-demo",
"version": "1.0.0",
"description": "Express Demo Using Shopify-Liquid",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "harttle",
"license": "ISC",
"dependencies": {
"express": "^4.14.0"
}
}