package.json 515 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "es6-templates",
  3. "version": "0.2.3",
  4. "description": "ES6 template strings compiled to ES5.",
  5. "main": "lib/index.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@github.com:esnext/es6-templates.git"
  12. },
  13. "dependencies": {
  14. "recast": "~0.11.12",
  15. "through": "~2.3.6"
  16. },
  17. "devDependencies": {
  18. "example-runner": "~0.2.0"
  19. },
  20. "scripts": {
  21. "test": "node test/runner.js"
  22. },
  23. "author": "Square, Inc.",
  24. "license": "Apache 2"
  25. }