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
432 B
20 lines
432 B
9 years ago
|
{
|
||
9 years ago
|
"name": "@PACKAGE_NAME@",
|
||
|
"version": "@PACKAGE_VERSION@",
|
||
9 years ago
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"express": "~2.5.8",
|
||
|
"stylus": "~0.53.0",
|
||
|
"ejs": ">= 0.0.1",
|
||
|
"socket.io": "~1.4.4"
|
||
|
},
|
||
|
"description": "Docker as a Service",
|
||
|
"main": "servicedock.js",
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Marc Wäckerlin",
|
||
|
"license": "LGPL3"
|
||
|
}
|