mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "shopify-liquid",
|
|
"version": "1.4.0",
|
|
"description": "Liquid template engine for JavaScript, Node.js and Browser",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --recursive",
|
|
"dist": "make dist",
|
|
"preversion": "npm test",
|
|
"version": "npm run dist && git add -A dist",
|
|
"postversion": "git push && git push --tags"
|
|
},
|
|
"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": {
|
|
"any-promise": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-es2015": "^6.14.0",
|
|
"babelify": "^7.3.0",
|
|
"browserify": "^13.1.0",
|
|
"chai": "^3.5.0",
|
|
"chai-as-promised": "^5.3.0",
|
|
"coveralls": "^2.11.9",
|
|
"express": "^4.14.0",
|
|
"istanbul": "^0.4.3",
|
|
"mocha": "^3.0.2",
|
|
"mock-fs": "^3.9.0",
|
|
"sinon": "^1.17.4",
|
|
"sinon-chai": "^2.8.0",
|
|
"supertest": "^2.0.0",
|
|
"uglifyjs": "^2.4.10"
|
|
}
|
|
}
|