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