You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
466 B
20 lines
466 B
{ |
|
"name": "@PACKAGE_NAME@", |
|
"version": "@PACKAGE_VERSION@", |
|
"private": true, |
|
"dependencies": { |
|
"express": "~2.5.8", |
|
"stylus": "~0.53.0", |
|
"ejs": ">= 0.0.1", |
|
"socket.io": "~1.4.4", |
|
"pty.js": "~0.3.0" |
|
}, |
|
"description": "Docker as a Service", |
|
"main": "servicedock.js", |
|
"devDependencies": {}, |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"author": "Marc Wäckerlin", |
|
"license": "LGPL3" |
|
}
|
|
|