|
@@ -1,22 +1,22 @@
|
|
|
{
|
|
|
- "name": "asystem",
|
|
|
- "version": "1.0.0",
|
|
|
- "description": "",
|
|
|
- "main": "index.js",
|
|
|
- "scripts": {
|
|
|
- "test": "echo \"Error: no test specified\" && exit 1"
|
|
|
- },
|
|
|
- "repository": {
|
|
|
- "type": "git",
|
|
|
- "url": "ssh://git@git.tum.dk/tum.dk/asystem.git"
|
|
|
- },
|
|
|
- "author": "",
|
|
|
- "license": "ISC",
|
|
|
- "dependencies": {
|
|
|
- "async": "^2.6.1",
|
|
|
- "libs": "git+ssh://git@git.tum.dk/tum.dk/libs",
|
|
|
- "opath": "git+ssh://git@git.tum.dk/tum.dk/opath",
|
|
|
- "sharedkey-thing": "git+ssh://git@git.tum.dk/tum.dk/sharedkey-thing.git",
|
|
|
- "tools2": "git+ssh://git@git.tum.dk/tum.dk/tools2.js.git"
|
|
|
- }
|
|
|
-}
|
|
|
+ "name": "asystem",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "description": "",
|
|
|
+ "main": "index.js",
|
|
|
+ "scripts": {
|
|
|
+ "test": "echo \"Error: no test specified\" && exit 1"
|
|
|
+ },
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "ssh://git@git.tum.dk/tum.dk/asystem.git"
|
|
|
+ },
|
|
|
+ "author": "",
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "async": "^2.6.1",
|
|
|
+ "libs": "https://git.tum.dk/tum.dk/libs/archive/v0.0.1.tar.gz",
|
|
|
+ "opath": "https://git.tum.dk/tum.dk/opath/archive/v0.0.1.tar.gz",
|
|
|
+ "tools2": "https://git.tum.dk/tum.dk/tools2.js/archive/v0.0.3.tar.gz",
|
|
|
+ "sharedkey-thing": "https://git.tum.dk/tum.dk/sharedkey-thing/archive/v0.0.3.tar.gz"
|
|
|
+ }
|
|
|
+}
|