{ "name": "indie-site", "description": "Federated Personal Website (FPW)", "version": "1.0.0", "homepage": "https://indienet.info", "main": "server", "keywords": [ "feathers" ], "author": { "name": "Aral Balkan", "email": "aral@ind.ie" }, "contributors": [], "bugs": {}, "directories": { "lib": "server", "test": "server/test/" }, "engines": { "node": "^8.0.0", "npm": ">= 3.0.0" }, "scripts": { "build": "nuxt build", "dev": "DEBUG=nuxt:* nodemon --watch server/ --watch config/ --watch nuxt.config.js --watch assets/data.json server/index.js", "prestart": "npm run build", "start": "NODE_ENV=production node server/", "test": "npm run -s mocha", "mocha": "mocha server/test/ --recursive --exit" }, "dependencies": { "@feathersjs/authentication-client": "^1.0.2", "@feathersjs/configuration": "^1.0.1", "@feathersjs/errors": "^3.3.0", "@feathersjs/express": "^1.2.0", "@feathersjs/feathers": "^3.1.3", "@feathersjs/primus": "^3.2.0", "@feathersjs/primus-client": "^1.1.0", "@feathersjs/rest-client": "^1.3.4", "@nuxtjs/axios": "^5.0.1", "axios": "^0.18.0", "buefy": "^0.6.3", "compression": "^1.7.2", "cors": "^2.8.4", "express-detective": "github:aral/express-detective", "fs-extra": "^5.0.0", "helmet": "^3.12.0", "libsodium-wrappers": "^0.7.3", "node-sass": "^4.7.2", "nuxt": "^1.4.0", "quill-blot-formatter": "^1.0.4", "quill-image-drop-module": "^1.0.3", "quill-markdown-shortcuts-for-vue-quill-editor": "github:aral/quill-markdown-shortcuts-for-vue-quill-editor", "sass-loader": "^6.0.7", "serve-favicon": "^2.4.5", "sweet-modal-vue": "^2.0.0", "vue-color": "^2.4.5", "vue-quill-editor": "^3.0.5", "winston": "^2.4.0", "ws": "^4.1.0", "yargs": "^11.0.0", "zxcvbn": "^4.4.2" }, "devDependencies": { "eslint": "^4.18.2", "log-suppress": "^1.0.3", "mocha": "^4.0.1", "nodemon": "^1.17.1", "request": "^2.83.0", "request-promise": "^4.2.2", "standard": "^10.0.3" } }