| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "vue",
- "version": "0.7.0",
- "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/vue.git"
- },
- "scripts": {
- "test": "grunt test"
- },
- "devDependencies": {
- "grunt": "~0.4.2",
- "grunt-contrib-watch": "~0.5.3",
- "grunt-component-build": "~0.4.1",
- "grunt-contrib-jshint": "~0.7.1",
- "grunt-contrib-uglify": "~0.2.7",
- "grunt-mocha": "~0.4.6",
- "jscoverage": "~0.3.8",
- "jshint-stylish": "0.1.3",
- "semver": "~2.2.1",
- "shell-task": "~0.1.1"
- }
- }
|