package.json 917 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "vue",
  3. "version": "0.7.2",
  4. "author": {
  5. "name": "Evan You",
  6. "email": "yyx990803@gmail.com",
  7. "url": "http://evanyou.me"
  8. },
  9. "license": "MIT",
  10. "description": "Lightweight, Simple, Fast & Composable MVVM library for building interactive user interfaces.",
  11. "keywords": [
  12. "mvvm",
  13. "browser",
  14. "framework"
  15. ],
  16. "main": "src/main.js",
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/yyx990803/vue.git"
  20. },
  21. "scripts": {
  22. "test": "grunt"
  23. },
  24. "devDependencies": {
  25. "grunt": "~0.4.2",
  26. "grunt-contrib-watch": "~0.5.3",
  27. "grunt-contrib-jshint": "~0.8.0",
  28. "grunt-mocha": "~0.4.6",
  29. "jscoverage": "~0.3.8",
  30. "jshint-stylish": "~0.1.4",
  31. "semver": "~2.2.1",
  32. "shell-task": "~0.1.1",
  33. "map-stream": "0.0.4",
  34. "uglify-js": "~2.4.8",
  35. "vinyl-fs": "git://github.com/wearefractal/vinyl-fs",
  36. "gulp-component": "~0.1.3"
  37. }
  38. }