package.json 469 B

12345678910111213141516171819
  1. {
  2. "name": "token-stream",
  3. "version": "0.0.1",
  4. "description": "Take an array of token and produce a more useful API to give to a parser",
  5. "dependencies": {},
  6. "devDependencies": {
  7. "istanbul": "^0.3.2"
  8. },
  9. "scripts": {
  10. "test": "node test && npm run coverage",
  11. "coverage": "istanbul cover test"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/jadejs/token-stream.git"
  16. },
  17. "author": "ForbesLindesay",
  18. "license": "MIT"
  19. }