Updated node and dependencies

This commit is contained in:
jdescottes
2014-07-20 23:55:10 +02:00
parent 280dd1a809
commit 1b99a22c1d
2 changed files with 27 additions and 38 deletions

View File

@@ -3,7 +3,7 @@
"name": "piskel",
"main": "./dest/index.html",
"description": "Web based 2d animations editor",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "http://github.com/juliandescottes/piskel",
"repository": {
"type": "git",
@@ -14,22 +14,21 @@
"start": "nodewebkit"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt": "~0.4.5",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-connect": "0.3.0",
"grunt-contrib-concat": "0.1.2",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-jshint": "0.5.4",
"grunt-contrib-uglify": "0.2.2",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.5.0",
"grunt-contrib-watch": "0.6.1",
"grunt-express": "1.0",
"grunt-express": "1.4.1",
"grunt-replace": "0.7.8",
"grunt-ghost": "1.0.12",
"grunt-ghost": "1.1.0",
"grunt-open": "0.2.3",
"grunt-leading-indent": "0.1.0",
"grunt-closure-tools": "~0.8.3",
"grunt-node-webkit-builder": "0.1.19",
"nodewebkit": "0.8.4",
"grunt-closure-tools": "~0.9.7",
"grunt-node-webkit-builder": "0.1.21",
"nodewebkit": "~0.9.2-8",
"dateformat" : "1.0.8-1.2.3"
},
"window": {