{ "name": "vue", "version": "0.11.0", "author": "Evan You ", "license": "MIT", "description": "Simple, Fast & Composable MVVM for building interative interfaces", "keywords": [ "mvvm", "browser", "framework" ], "main": "src/vue.js", "repository": { "type": "git", "url": "https://github.com/yyx990803/vue.git" }, "bugs": "https://github.com/yyx990803/vue/issues", "homepage": "http://vuejs.org", "scripts": { "test": "grunt ci" }, "devDependencies": { "browserify": "^5.11.0", "component-builder": "^1.1.10", "component-resolver": "^1.1.8", "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-watch": "^0.6.1", "grunt-karma": "^0.8.3", "jshint-stylish": "^0.3.0", "karma": "^0.12.16", "karma-chrome-launcher": "^0.1.4", "karma-commonjs": "^0.0.10", "karma-coverage": "^0.2.5", "karma-firefox-launcher": "^0.1.3", "karma-jasmine": "^0.2.2", "karma-phantomjs-launcher": "^0.1.4", "uglify-js": "^2.4.15" } }