package.json 537 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "word",
  3. "version": "0.3.0",
  4. "author": "sheetjs",
  5. "description": "Word Processing Document library",
  6. "keywords": [
  7. "word"
  8. ],
  9. "main": "./word",
  10. "dependencies": {
  11. },
  12. "devDependencies": {
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git://github.com/SheetJS/js-word.git"
  17. },
  18. "scripts": {
  19. "test": "echo \"Error: no test specified\" && exit 1"
  20. },
  21. "homepage": "https://wordjs.com/",
  22. "bugs": {
  23. "url": "https://github.com/SheetJS/js-word/issues"
  24. },
  25. "license": "Apache-2.0",
  26. "engines": {
  27. "node": ">=0.8"
  28. }
  29. }