mirror of https://github.com/vuejs/vue.git
				
				
				
			update deps
This commit is contained in:
		
							parent
							
								
									9780fc9672
								
							
						
					
					
						commit
						e77edeecee
					
				
							
								
								
									
										60
									
								
								package.json
								
								
								
								
							
							
						
						
									
										60
									
								
								package.json
								
								
								
								
							| 
						 | 
				
			
			@ -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"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue