liquid-node
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -5,7 +5,13 @@ { | ||
"contributors": [ | ||
{ "name": "Tony Heupel", "email": "tonyheupel@gmail.com" }, | ||
{ "name": "Henry Bergius", "email": "henri.bergius@iki.fi" } | ||
{ | ||
"name": "Tony Heupel", | ||
"email": "tonyheupel@gmail.com" | ||
}, | ||
{ | ||
"name": "Henry Bergius", | ||
"email": "henri.bergius@iki.fi" | ||
} | ||
], | ||
"description": "Node.js port of Tobias Lütke's Liquid template engine.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/sirlantis/liquid-node", | ||
@@ -17,3 +23,6 @@ "bugs": "https://github.com/sirlantis/liquid-node/issues", | ||
}, | ||
"directories": { "src": "./src", "test": "./test" }, | ||
"directories": { | ||
"src": "./src", | ||
"test": "./test" | ||
}, | ||
"main": "./lib/index.js", | ||
@@ -30,8 +39,10 @@ "engines": { | ||
"devDependencies": { | ||
"expresso": ">=0.9.0" | ||
"expresso": ">=0.9.0", | ||
"grunt": "~0.4.2", | ||
"grunt-release": "~0.6.0" | ||
}, | ||
"scripts": { | ||
"test": "expresso test/*.coffee", | ||
"postinstall": "cake build" | ||
"test": "expresso test/*.coffee", | ||
"postinstall": "cake build" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
63823
39
3