package.json 394 B

1234567891011121314151617181920
  1. {
  2. "name": "symbol",
  3. "version": "0.2.3",
  4. "description": "ES6 Symbols in your ES5.",
  5. "repository": "seanmonstar/symbol",
  6. "main": "index.js",
  7. "files": [
  8. "index.js"
  9. ],
  10. "scripts": {
  11. "test": "node test.js"
  12. },
  13. "keywords": [
  14. "symbols",
  15. "es6",
  16. "harmony"
  17. ],
  18. "author": "Sean McArthur <sean.monstar@gmail.com> (http://seanmonstar.com)",
  19. "license": "MPLv2.0"
  20. }