{ "name": "liquidjs", "version": "1.9.1", "description": "A Liquid template engine for Node.js and browsers, with all shopify/liquid features.", "main": "index.js", "scripts": { "lint": "eslint src/ test/", "test": "npm run lint && mocha --recursive", "dist": "make dist", "preversion": "npm test", "version": "npm run dist && git add -A dist", "postversion": "git push && git push --tags && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/harttle/liquidjs.git" }, "keywords": [ "liquid", "template engine", "express", "jinja", "shopify" ], "author": "Harttle", "license": "MIT", "bugs": { "url": "https://github.com/harttle/liquidjs/issues" }, "homepage": "https://github.com/harttle/liquidjs#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": "^6.0.0", "coveralls": "^2.11.9", "eslint": "^3.19.0", "eslint-config-standard": "^10.2.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-mocha": "^4.9.0", "eslint-plugin-node": "^4.2.2", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.1", "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" } }