package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "vue",
  3. "version": "0.7.4",
  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. "jshint-stylish": "~0.1.4",
  29. "semver": "~2.2.1",
  30. "shell-task": "~0.1.1",
  31. "map-stream": "0.0.4",
  32. "uglify-js": "~2.4.8",
  33. "vinyl-fs": "git://github.com/wearefractal/vinyl-fs",
  34. "gulp-component": "~0.1.4",
  35. "grunt-karma": "~0.6.2",
  36. "karma-script-launcher": "~0.1.0",
  37. "karma-chrome-launcher": "~0.1.2",
  38. "karma-firefox-launcher": "~0.1.3",
  39. "karma-requirejs": "~0.2.1",
  40. "karma-html2js-preprocessor": "~0.1.0",
  41. "karma-jasmine": "~0.1.5",
  42. "karma-coffee-preprocessor": "~0.1.2",
  43. "karma-phantomjs-launcher": "~0.1.1",
  44. "karma": "~0.10.9",
  45. "karma-mocha": "~0.1.1",
  46. "karma-coverage": "~0.1.4",
  47. "karma-safari-launcher": "~0.1.1",
  48. "grunt-karma-coveralls": "~2.3.0"
  49. }
  50. }