package.json 910 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "es6-symbol",
  3. "version": "3.1.1",
  4. "description": "ECMAScript 6 Symbol polyfill",
  5. "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",
  6. "keywords": [
  7. "symbol",
  8. "private",
  9. "property",
  10. "es6",
  11. "ecmascript",
  12. "harmony",
  13. "ponyfill",
  14. "polyfill"
  15. ],
  16. "repository": {
  17. "type": "git",
  18. "url": "git://github.com/medikoo/es6-symbol.git"
  19. },
  20. "dependencies": {
  21. "d": "1",
  22. "es5-ext": "~0.10.14"
  23. },
  24. "devDependencies": {
  25. "tad": "~0.2.7",
  26. "xlint": "~0.2.2",
  27. "xlint-jslint-medikoo": "~0.1.4"
  28. },
  29. "scripts": {
  30. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  31. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  32. "test": "node ./node_modules/tad/bin/tad"
  33. },
  34. "license": "MIT"
  35. }