package.json 412 B

123456789101112131415161718192021
  1. {
  2. "name": "uniqs",
  3. "version": "2.0.0",
  4. "description": "Tiny utility to create unions and de-duplicated lists",
  5. "keywords": [
  6. "unique",
  7. "uniq",
  8. "dedupe",
  9. "union"
  10. ],
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/fgnass/uniqs.git"
  14. },
  15. "main": "index.js",
  16. "scripts": {
  17. "test": "node test"
  18. },
  19. "author": "Felix Gnass <fgnass@gmail.com>",
  20. "license": "MIT"
  21. }