415f1492ba
This adds a new config file to the volume and thus requires to recreate all existing volumes and possibly clean the servers configuration
47 lines
984 B
JSON
47 lines
984 B
JSON
{
|
|
"name": "yellowtent",
|
|
"description": "Yellow tent",
|
|
"version": "0.0.1",
|
|
"private": "true",
|
|
"author": {
|
|
"name": "Yellow tent authors",
|
|
"email": "doesntexist@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gramakri/yellowtent.git"
|
|
},
|
|
"engines": [
|
|
"node >= 0.8.0"
|
|
],
|
|
"bin": {
|
|
"yellowtent": "./server.js"
|
|
},
|
|
"dependencies": {
|
|
"readdirp": "*",
|
|
"mkdirp": "*",
|
|
"async": "*",
|
|
"optimist": "*",
|
|
"express": "*",
|
|
"superagent": "*",
|
|
"rimraf": "*",
|
|
"debug": "*",
|
|
"mime": "*",
|
|
"encfs": "*",
|
|
"safetydance": "*",
|
|
"upnp-ssdp": "*",
|
|
"ursa": "~0.8.0",
|
|
"simple-crypt": "0.0.2",
|
|
"node-uuid": "^1.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"istanbul": "*",
|
|
"apidoc": "*",
|
|
"expect.js": "*"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/istanbul/lib/cli.js test $1 ./node_modules/mocha/bin/_mocha -- -R spec ./test ./api/test ./api/routes/test"
|
|
}
|
|
}
|