add: demo

This commit is contained in:
harttle
2016-09-26 21:52:23 +08:00
parent ddc17a6b93
commit 83a0a0547e
4 changed files with 46 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"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"
}
}