mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -07:00
18 lines
389 B
JSON
18 lines
389 B
JSON
{
|
|
"name": "liquidjs-demo-browser",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Liquidjs Demo for Browser Usage",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"test": "echo not implemented",
|
|
"start": "http-server -c-1 "
|
|
},
|
|
"author": "harttle <[email protected]>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"http-server": "^0.11.1",
|
|
"liquidjs": "*"
|
|
}
|
|
}
|