Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "crox", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Crox is a high performance cross-language template engine, written by the JavaScript.", | ||
@@ -19,3 +19,7 @@ "homepage": "http://thx.github.io/crox/", | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"iconv-lite": "~0.2.11", | ||
"commander": "~2.1.0", | ||
"shelljs": "~0.2.6" | ||
}, | ||
"devDependencies": { | ||
@@ -22,0 +26,0 @@ "grunt": "0.4.1", |
508668
3
+ Addedcommander@~2.1.0
+ Addediconv-lite@~0.2.11
+ Addedshelljs@~0.2.6
+ Addedcommander@2.1.0(transitive)
+ Addediconv-lite@0.2.11(transitive)
+ Addedshelljs@0.2.6(transitive)