GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
732 B

2 months ago
  1. {
  2. "name": "tr46",
  3. "version": "0.0.3",
  4. "description": "An implementation of the Unicode TR46 spec",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha",
  8. "pretest": "node scripts/getLatestUnicodeTests.js",
  9. "prepublish": "node scripts/generateMappingTable.js"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/Sebmaster/tr46.js.git"
  14. },
  15. "keywords": [
  16. "unicode",
  17. "tr46",
  18. "url",
  19. "whatwg"
  20. ],
  21. "author": "Sebastian Mayr <npm@smayr.name>",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/Sebmaster/tr46.js/issues"
  25. },
  26. "homepage": "https://github.com/Sebmaster/tr46.js#readme",
  27. "devDependencies": {
  28. "mocha": "^2.2.5",
  29. "request": "^2.57.0"
  30. }
  31. }