{ "name": "vue", "version": "0.10.6", "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.5", "grunt-contrib-watch": "~0.6.1", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-connect": "~0.7.1", "grunt-karma": "~0.8.3", "grunt-karma-coveralls": "~2.5.1", "grunt-saucelabs": "~7.0.0", "gulp-component": "~0.1.8", "vinyl-fs": "~0.1.4", "jshint-stylish": "~0.2.0", "semver": "~2.3.0", "shell-task": "~0.1.2", "map-stream": "0.1.0", "uglify-js": "~2.4.13", "karma": "~0.12.6", "karma-mocha": "~0.1.3", "karma-coverage": "~0.2.4", "karma-script-launcher": "~0.1.0", "karma-phantomjs-launcher": "~0.1.4", "karma-chrome-launcher": "~0.1.4", "karma-firefox-launcher": "~0.1.3", "karma-safari-launcher": "~0.1.1" }, "spm": { "main": "src/main.js", "ignore": [ ".*", "examples", "test", "tasks", "dist", "Gruntfile.js", "bower.json", "component.json", "*.md" ] } }