764959a4e1
No reason to back these up since password can be reset Part of #147
100 lines
3.1 KiB
JSON
100 lines
3.1 KiB
JSON
{
|
|
"name": "yellowtent",
|
|
"description": "Yellow tent",
|
|
"version": "0.0.1",
|
|
"private": "true",
|
|
"author": {
|
|
"name": "Yellow tent authors",
|
|
"email": "girish@forwardbias.in"
|
|
},
|
|
"repository": {
|
|
"type": "git"
|
|
},
|
|
"engines": [
|
|
"node >= 0.10.0"
|
|
],
|
|
"bin": {
|
|
"yellowtent": "./server.js"
|
|
},
|
|
"dependencies": {
|
|
"async": "^0.6.2",
|
|
"body-parser": "~1.9.3",
|
|
"commander": "^2.2.0",
|
|
"connect-ensure-login": "^0.1.1",
|
|
"connect-lastmile": "0.0.8",
|
|
"connect-timeout": "~1.4.0",
|
|
"cookie-parser": "1.1.0",
|
|
"cookie-session": "^1.1.0",
|
|
"csurf": "^1.6.1",
|
|
"db-migrate": "~0.7.1",
|
|
"debug": "~0.8.1",
|
|
"dockerode": "~2.0.5",
|
|
"ejs": "^1.0.0",
|
|
"encfs": "^0.1.1",
|
|
"express": "~4.2.0",
|
|
"express-session": "~1.1.0",
|
|
"js-yaml": "~3.2.2",
|
|
"json": "~9.0.1",
|
|
"memorystream": "~0.2.0",
|
|
"mime": "^1.2.11",
|
|
"morgan": "~1.0.1",
|
|
"multiparty": "http://registry.npmjs.org/multiparty/-/multiparty-4.0.0.tgz",
|
|
"native-dns": "~0.6.1",
|
|
"node-uuid": "^1.4.1",
|
|
"nodejs-disks": "~0.2.1",
|
|
"nodemailer": "~1.3.0",
|
|
"nodemailer-smtp-transport": "~0.1.13",
|
|
"oauth2orize": "^1.0.1",
|
|
"once": "^1.3.0",
|
|
"passport": "~0.2.1",
|
|
"passport-http": "^0.2.2",
|
|
"passport-http-bearer": "^1.0.1",
|
|
"passport-local": "^1.0.0",
|
|
"passport-oauth2-client-password": "~0.1.2",
|
|
"password-generator": "~0.2.3",
|
|
"proxy-middleware": "~0.5.1",
|
|
"readdirp": "^1.0.1",
|
|
"rimraf": "^2.2.6",
|
|
"safetydance": "0.0.12",
|
|
"semver": "~4.2.0",
|
|
"serve-favicon": "~2.1.7",
|
|
"split": "^0.3.0",
|
|
"sqlite3": "^3.0.0",
|
|
"superagent": "~0.17.0",
|
|
"supererror": "~0.6.0",
|
|
"underscore": "~1.7.0",
|
|
"ursa": "^0.8.0",
|
|
"validator": "~3.22.1"
|
|
},
|
|
"devDependencies": {
|
|
"apidoc": "*",
|
|
"aws-sdk": "~2.0.23",
|
|
"del": "^1.1.1",
|
|
"expect.js": "*",
|
|
"gulp": "^3.8.10",
|
|
"gulp-concat": "^2.4.3",
|
|
"gulp-ejs": "^1.0.0",
|
|
"gulp-sourcemaps": "^1.3.0",
|
|
"hock": "~0.2.5",
|
|
"husky": "~0.6.2",
|
|
"istanbul": "*",
|
|
"mocha": "*",
|
|
"nock": "~0.43.1",
|
|
"redis": "~0.12.1",
|
|
"s3-cli": "~0.11.1",
|
|
"semver": "~4.2.0",
|
|
"sinon": "~1.10.3"
|
|
},
|
|
"scripts": {
|
|
"create_testdir": "rm -rf $HOME/.yellowtenttest/*; cd $HOME/.yellowtenttest; mkdir -p data/appdata data/appicons data/mail configs/nginx/cert configs/nginx/applications configs/collectd/collectd.conf.d configs/addons",
|
|
"create_testdb": "NODE_ENV=test DATABASE_URL=sqlite3:///$HOME/.yellowtenttest/data/cloudron.sqlite node_modules/.bin/db-migrate up",
|
|
"migrate": "mkdir -p $HOME/.yellowtent/data; DATABASE_URL=sqlite3:///$HOME/.yellowtent/data/cloudron.sqlite node_modules/.bin/db-migrate up",
|
|
"migrate_data": "DATABASE_URL=sqlite3:///home/yellowtent/data/cloudron.sqlite db-migrate up",
|
|
"test": "scripts/checkInstall && npm run-script create_testdir && npm run-script create_testdb && NODE_ENV=test ./node_modules/istanbul/lib/cli.js test $1 ./node_modules/mocha/bin/_mocha -- -R spec ./src/test ./src/routes/test",
|
|
"postmerge": "/bin/true",
|
|
"precommit": "/bin/true",
|
|
"prepush": "npm test",
|
|
"webadmin": "node_modules/.bin/gulp"
|
|
}
|
|
}
|