package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "raphael",
  3. "version": "2.2.7",
  4. "description": "JavaScript Vector Library",
  5. "main": "raphael.min.js",
  6. "author": {
  7. "name": "Dmitry Baranovskiy"
  8. },
  9. "contributors": [
  10. {
  11. "name": "Tomas Alabes",
  12. "url": "https://github.com/tomasAlabes"
  13. }
  14. ],
  15. "dependencies": {
  16. "eve-raphael": "0.5.0"
  17. },
  18. "devDependencies": {
  19. "bower": "1.8.0",
  20. "eslint": "3.10.0",
  21. "eslint-config-standard": "6.2.1",
  22. "eslint-loader": "1.6.1",
  23. "eslint-plugin-promise": "3.3.2",
  24. "eslint-plugin-standard": "2.0.1",
  25. "qunitjs": "2.0.1",
  26. "webpack": "1.13.3"
  27. },
  28. "scripts": {
  29. "start": "npm install && bower install",
  30. "build": "webpack && webpack --min && webpack --no-deps && webpack --no-deps --min",
  31. "test": "echo \"Open dev/test/index.html with your browser\" && exit 1"
  32. },
  33. "repository": {
  34. "type": "git",
  35. "url": "git://github.com/DmitryBaranovskiy/raphael.git"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/DmitryBaranovskiy/raphael/issues"
  39. },
  40. "keywords": [
  41. "svg",
  42. "vml",
  43. "javascript"
  44. ],
  45. "homepage": "http://dmitrybaranovskiy.github.io/raphael/",
  46. "license": "MIT"
  47. }