123456789101112131415161718192021 |
- {
- "name": "eles",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "mocha"
- },
- "repository": {
- "type": "git",
- "url": "ssh://git@git.tum.dk/tum.dk/eles.git"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "buffa": "https://git.tum.dk/tum.dk/buffa/archive/v0.0.2.tar.gz",
- "chai": "^4.1.2",
- "expect.js": "^0.3.1",
- "uuid_maker": "https://git.tum.dk/tum.dk/uuid_maker/archive/v0.0.4.tar.gz"
- }
- }
|