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", "name": "seed-mvvm",
"version": "0.3.2", "version": "0.3.2",
"author": { "author": {
"name": "Evan You", "name": "Evan You",
"email": "yyx990803@gmail.com", "email": "yyx990803@gmail.com",
"url": "http://evanyou.me" "url": "http://evanyou.me"
}, },
"license": "MIT", "license": "MIT",
"description": "A mini front-end MVVM framework", "description": "A mini front-end MVVM framework",
"keywords": ["mvvm", "browser", "framework"], "keywords": [
"main": "src/main.js", "mvvm",
"repository": { "browser",
"type": "git", "framework"
"url": "https://github.com/yyx990803/seed.git" ],
}, "main": "src/main.js",
"scripts": { "repository": {
"test": "grunt test" "type": "git",
}, "url": "https://github.com/yyx990803/seed.git"
"devDependencies": { },
"grunt": "~0.4.1", "scripts": {
"grunt-contrib-watch": "~0.4.4", "test": "grunt test"
"grunt-component-build": "~0.3.0", },
"grunt-contrib-jshint": "~0.6.0", "devDependencies": {
"grunt-mocha": "~0.4.0", "grunt": "~0.4.1",
"chai": "~1.7.2", "grunt-contrib-watch": "~0.5.3",
"grunt-contrib-uglify": "~0.2.2" "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"
}
} }