package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "vue",
  3. "version": "0.9.3",
  4. "author": {
  5. "name": "Evan You",
  6. "email": "yyx990803@gmail.com",
  7. "url": "http://evanyou.me"
  8. },
  9. "license": "MIT",
  10. "description": "Simple, Fast & Composable MVVM for building interative 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. "bugs": "https://github.com/yyx990803/vue/issues",
  22. "homepage": "http://vuejs.org",
  23. "scripts": {
  24. "test": "grunt travis"
  25. },
  26. "devDependencies": {
  27. "grunt": "~0.4.2",
  28. "grunt-contrib-watch": "~0.5.3",
  29. "grunt-contrib-jshint": "~0.8.0",
  30. "grunt-contrib-connect": "~0.6.0",
  31. "grunt-karma": "~0.6.2",
  32. "grunt-karma-coveralls": "~2.3.0",
  33. "grunt-saucelabs": "~4.1.2",
  34. "gulp-component": "~0.1.4",
  35. "vinyl-fs": "~0.0.2",
  36. "jshint-stylish": "~0.1.4",
  37. "semver": "~2.2.1",
  38. "shell-task": "~0.1.1",
  39. "map-stream": "0.0.4",
  40. "uglify-js": "~2.4.8",
  41. "karma": "~0.10.9",
  42. "karma-mocha": "~0.1.1",
  43. "karma-coverage": "~0.1.4",
  44. "karma-script-launcher": "~0.1.0",
  45. "karma-phantomjs-launcher": "~0.1.1",
  46. "karma-chrome-launcher": "~0.1.2",
  47. "karma-firefox-launcher": "~0.1.3",
  48. "karma-safari-launcher": "~0.1.1",
  49. "karma-requirejs": "~0.2.1",
  50. "karma-html2js-preprocessor": "~0.1.0",
  51. "karma-jasmine": "~0.1.5",
  52. "karma-coffee-preprocessor": "~0.1.2"
  53. }
  54. }