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

@ -1,29 +1,33 @@
{
"name": "seed-mvvm",
"version": "0.3.2",
"author": {
"name": "Evan You",
"email": "yyx990803@gmail.com",
"url": "http://evanyou.me"
},
"license": "MIT",
"description": "A mini front-end MVVM framework",
"keywords": ["mvvm", "browser", "framework"],
"main": "src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/yyx990803/seed.git"
},
"scripts": {
"test": "grunt test"
},
"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"
}
}
"name": "seed-mvvm",
"version": "0.3.2",
"author": {
"name": "Evan You",
"email": "yyx990803@gmail.com",
"url": "http://evanyou.me"
},
"license": "MIT",
"description": "A mini front-end MVVM framework",
"keywords": [
"mvvm",
"browser",
"framework"
],
"main": "src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/yyx990803/seed.git"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.1",
"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"
}
}