Files
cloudron-box/package.json
T
Johannes Zellner 2df8dd36af Use volume password header database
This database stores the username and the volume password,
encrypted with the users password.
2013-09-13 23:45:28 -07:00

39 lines
789 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"
],
"dependencies": {
"readdirp": "*",
"mkdirp": "*",
"async": "*",
"optimist": "*",
"express": "*",
"superagent": "*",
"rimraf": "*",
"debug": "*",
"mime": "*",
"aes-helper": "*",
"encfs": "*"
},
"devDependencies": {
"mocha": "*",
"istanbul": "*",
"expect.js": "*"
},
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js test ./node_modules/mocha/bin/_mocha -- -R spec ./api/test"
}
}