package.json 453 B

1234567891011121314151617181920212223
  1. {
  2. "name": "tools2",
  3. "version": "1.0.3",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.tum.dk/tum.dk/tools2.js.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "devDependencies": {
  16. "mocha": "*",
  17. "should": "*",
  18. "expect.js": "^0.3.1"
  19. },
  20. "dependencies": {
  21. "async": "^2.6.0"
  22. }
  23. }