{ "name": "vue", "version": "0.10.2", "author": { "name": "Evan You", "email": "yyx990803@gmail.com", "url": "http://evanyou.me" }, "license": "MIT", "description": "Simple, Fast & Composable MVVM for building interative interfaces", "keywords": [ "mvvm", "browser", "framework" ], "main": "src/main.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 travis" }, "devDependencies": { "grunt": "~0.4.2", "grunt-contrib-watch": "~0.5.3", "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-connect": "~0.6.0", "grunt-karma": "~0.6.2", "grunt-karma-coveralls": "~2.3.0", "grunt-saucelabs": "~4.1.2", "gulp-component": "~0.1.6", "vinyl-fs": "~0.0.2", "jshint-stylish": "~0.1.4", "semver": "~2.2.1", "shell-task": "~0.1.1", "map-stream": "0.0.4", "uglify-js": "~2.4.8", "karma": "~0.10.9", "karma-mocha": "~0.1.1", "karma-coverage": "~0.1.4", "karma-script-launcher": "~0.1.0", "karma-phantomjs-launcher": "~0.1.1", "karma-chrome-launcher": "~0.1.2", "karma-firefox-launcher": "~0.1.3", "karma-safari-launcher": "~0.1.1", "karma-requirejs": "~0.2.1", "karma-html2js-preprocessor": "~0.1.0", "karma-jasmine": "~0.1.5", "karma-coffee-preprocessor": "~0.1.2" } }