update deps

This commit is contained in:
Evan You 2013-09-23 21:21:18 -07:00
parent 9780fc9672
commit e77edeecee
1 changed files with 32 additions and 28 deletions

View File

@ -8,7 +8,11 @@
},
"license": "MIT",
"description": "A mini front-end MVVM framework",
"keywords": ["mvvm", "browser", "framework"],
"keywords": [
"mvvm",
"browser",
"framework"
],
"main": "src/main.js",
"repository": {
"type": "git",
@ -19,11 +23,11 @@
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-component-build": "~0.3.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-mocha": "~0.4.0",
"chai": "~1.7.2",
"grunt-contrib-uglify": "~0.2.2"
"grunt-contrib-watch": "~0.5.3",
"grunt-component-build": "~0.3.2",
"grunt-contrib-jshint": "~0.6.4",
"grunt-mocha": "~0.4.1",
"chai": "~1.8.0",
"grunt-contrib-uglify": "~0.2.4"
}
}