mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -07:00
41 lines
892 B
JSON
41 lines
892 B
JSON
{
|
|
"name": "shopify-liquid",
|
|
"version": "1.1.13",
|
|
"description": "Liquid template engine in Node.js (Shopify compliant)",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/harttle/shopify-liquid.git"
|
|
},
|
|
"keywords": [
|
|
"liquid",
|
|
"template",
|
|
"jinja",
|
|
"shopify"
|
|
],
|
|
"author": "Harttle",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/harttle/shopify-liquid/issues"
|
|
},
|
|
"homepage": "https://github.com/harttle/shopify-liquid#readme",
|
|
"dependencies": {
|
|
"lodash": "^4.13.1",
|
|
"strftime": "^0.9.2"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"coveralls": "^2.11.9",
|
|
"express": "^4.14.0",
|
|
"istanbul": "^0.4.3",
|
|
"mocha": "^2.5.3",
|
|
"mock-fs": "^3.9.0",
|
|
"sinon": "^1.17.4",
|
|
"sinon-chai": "^2.8.0",
|
|
"supertest": "^1.2.0"
|
|
}
|
|
}
|