2
0

package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "vue",
  3. "version": "0.11.0",
  4. "author": "Evan You <yyx990803@gmail.com>",
  5. "license": "MIT",
  6. "description": "Simple, Fast & Composable MVVM for building interative interfaces",
  7. "keywords": [
  8. "mvvm",
  9. "browser",
  10. "framework"
  11. ],
  12. "main": "src/vue.js",
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/yyx990803/vue.git"
  16. },
  17. "bugs": "https://github.com/yyx990803/vue/issues",
  18. "homepage": "http://vuejs.org",
  19. "scripts": {
  20. "test": "grunt ci"
  21. },
  22. "devDependencies": {
  23. "browserify": "^5.11.0",
  24. "component-builder": "^1.1.10",
  25. "component-resolver": "^1.1.8",
  26. "grunt": "^0.4.5",
  27. "grunt-contrib-jshint": "^0.10.0",
  28. "grunt-contrib-watch": "^0.6.1",
  29. "grunt-karma": "^0.8.3",
  30. "jshint-stylish": "^0.3.0",
  31. "karma": "^0.12.16",
  32. "karma-chrome-launcher": "^0.1.4",
  33. "karma-commonjs": "^0.0.10",
  34. "karma-coverage": "^0.2.5",
  35. "karma-firefox-launcher": "^0.1.3",
  36. "karma-jasmine": "^0.2.2",
  37. "karma-phantomjs-launcher": "^0.1.4",
  38. "uglify-js": "^2.4.15"
  39. }
  40. }