Files
liquidjs/package.json
T
2016-06-23 18:58:57 +08:00

36 lines
773 B
JSON

{
"name": "shopify-liquid",
"version": "1.1.3",
"description": "A Shopify Liquid Implementation in Node.js",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harttle/shopify-liquid.git"
},
"keywords": [
"Shopify",
"Liquid"
],
"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",
"istanbul": "^0.4.3",
"mocha": "^2.5.3",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
}
}