Emapic/emapic

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "emapic",
  "version": "0.8.0-alpha",
  "description": "Spatial enabled surveys (license AGPL-3.0-only)",
  "keywords": [
    "survey",
    "geolocation",
    "maps",
    "questionnaire",
    "quizzes",
    "coordinates"
  ],
  "homepage": "https://emapic.es",
  "bugs": {
    "url": "https://github.com/Emapic/emapic/issues",
    "email": "jlopez@emapic.es"
  },
  "license": "AGPL-3.0",
  "author": "Jorge López",
  "contributors": [
    "Adrián Eirís",
    "Francisco Puga",
    "Aida Vidal"
  ],
  "main": "server.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Emapic/emapic"
  },
  "scripts": {
    "autoreload": "./node_modules/.bin/supervisor server.js",
    "debug": "node --inspect server.js",
    "start": "node server.js"
  },
  "dependencies": {
    "@compwright/express-oauth-server": "2.0.2",
    "bases": "0.2.1",
    "bcryptjs": "2.4.3",
    "bluebird": "3.5.4",
    "body-parser": "1.18.3",
    "clamscan": "0.8.5",
    "connect-multiparty": "2.2.0",
    "connect-slashes": "1.4.0",
    "cookie-parser": "1.4.4",
    "errorhandler": "1.5.0",
    "escape-html": "1.0.3",
    "excel4node": "1.7.2",
    "exit-on-epipe": "1.0.1",
    "express": "4.16.4",
    "express-error-handler": "1.1.0",
    "express-rate-limit": "3.4.0",
    "express-session": "1.15.6",
    "express-sitemap": "1.8.0",
    "fast-csv": "2.4.1",
    "file-type": "10.10.0",
    "fs-extra": "7.0.1",
    "hjs": "0.0.6",
    "hogan-express": "0.5.2",
    "html-to-text": "5.1.1",
    "https": "1.0.0",
    "i18n-2": "0.7.3",
    "image-type": "4.0.0",
    "is-svg": "4.2.0",
    "jimp": "0.6.1",
    "linkifyjs": "2.1.8",
    "markdown-it": "8.4.2",
    "method-override": "3.0.0",
    "mkdirp": "0.5.1",
    "moment": "2.24.0",
    "morgan": "1.9.1",
    "nconf": "0.10.0",
    "node-schedule": "1.3.2",
    "nodemailer": "6.0.0",
    "on-finished": "2.3.0",
    "optipng-bin": "5.1.0",
    "pagination": "0.4.6",
    "passport": "0.4.0",
    "passport-facebook": "3.0.0",
    "passport-google-oauth": "2.0.0",
    "passport-local": "1.0.0",
    "passport-remember-me": "0.0.1",
    "pg": ">=6.0.0 <7.0.0",
    "phantomjs-prebuilt": "2.1.16",
    "randomstring": "1.1.5",
    "read-chunk": "3.2.0",
    "request": "2.88.0",
    "request-promise": "4.2.4",
    "rimraf": "2.6.2",
    "sequelize": "5.3.5",
    "serve-favicon": "2.5.0",
    "session-file-store": "1.2.0",
    "tmp": "0.1.0",
    "url": "0.11.0",
    "winston": "2.4.3"
  },
  "devDependencies": {
    "supervisor": "0.12.0"
  },
  "optionalDependencies": {
    "sharp": "0.22.0"
  },
  "engines": {
    "node": ">=6.0.0 <14"
  },
  "private": false
}