package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "vue",
  3. "version": "0.7.5",
  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. "scripts": {
  22. "test": "grunt travis"
  23. },
  24. "devDependencies": {
  25. "grunt": "~0.4.2",
  26. "grunt-contrib-watch": "~0.5.3",
  27. "grunt-contrib-jshint": "~0.8.0",
  28. "grunt-contrib-connect": "~0.6.0",
  29. "grunt-karma": "~0.6.2",
  30. "grunt-karma-coveralls": "~2.3.0",
  31. "grunt-saucelabs": "~4.1.2",
  32. "gulp-component": "~0.1.4",
  33. "vinyl-fs": "git://github.com/wearefractal/vinyl-fs",
  34. "jshint-stylish": "~0.1.4",
  35. "semver": "~2.2.1",
  36. "shell-task": "~0.1.1",
  37. "map-stream": "0.0.4",
  38. "uglify-js": "~2.4.8",
  39. "karma": "~0.10.9",
  40. "karma-mocha": "~0.1.1",
  41. "karma-coverage": "~0.1.4",
  42. "karma-script-launcher": "~0.1.0",
  43. "karma-phantomjs-launcher": "~0.1.1",
  44. "karma-chrome-launcher": "~0.1.2",
  45. "karma-firefox-launcher": "~0.1.3",
  46. "karma-safari-launcher": "~0.1.1",
  47. "karma-requirejs": "~0.2.1",
  48. "karma-html2js-preprocessor": "~0.1.0",
  49. "karma-jasmine": "~0.1.5",
  50. "karma-coffee-preprocessor": "~0.1.2"
  51. }
  52. }