package.json 418 B

1234567891011121314151617
  1. {
  2. "name": "seq-queue",
  3. "author": "changchang <changchang005@gmail.com>",
  4. "version": "0.0.5",
  5. "description": "A simple tool to keep requests to be executed in order.",
  6. "homepage": "https://github.com/changchang/seq-queue",
  7. "repository": {
  8. "type": "git",
  9. "url": "git@github.com:changchang/seq-queue.git"
  10. },
  11. "dependencies": {
  12. },
  13. "devDependencies": {
  14. "mocha": ">=0.0.1",
  15. "should": ">=0.0.1"
  16. }
  17. }