{ "name": "tools2", "version": "1.0.1", "description": "", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "ssh://git@git.tum.dk/tum.dk/tools2.js.git" }, "author": "", "license": "ISC", "devDependencies": { "mocha": "*", "should": "*", "expect.js": "^0.3.1" }, "dependencies": { "async": "^2.6.0" } }