{
  "name": "@swirl/admin",
  "version": "1.0.6",
  "description": "Swirl admin",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "mocha test --recursive dist/tests/",
    "document": "typedoc --out public --mode modules --externalPattern src/api/**/*.ts --excludeNotExported src/**/*.ts",
    "buildmin": "rm -rf dist && gulp build_min"
  },
  "repository": {
    "type": "git",
    "url": "git@git.starlightconsultants.com:swirl/admin.git"
  },
  "author": "",
  "license": "MIT",
  "schematics": "./schematics.json",
  "devDependencies": {
    "@swirl/api": "^1.0.0",
    "@types/bcrypt": "^3.0.0",
    "@types/express": "^4.16.0",
    "@types/fs-extra": "^5.0.4",
    "@types/handlebars": "^4.0.37",
    "@types/lodash": "^4.14.109",
    "@types/mongodb": "^3.1.18",
    "@types/nodemailer": "^4.6.0",
    "@types/redis": "^2.8.6",
    "babel-core": "^6.26.3",
    "babel-preset-env": "^1.7.0",
    "ember-source": "^2.18.2",
    "gulp": "^4.0.0",
    "gulp-typescript": "^5.0.0",
    "level2-ember": "^2.1.10",
    "moment": "^2.22.1",
    "nodemon": "^1.17.5",
    "semantic-ui-css": "^2.3.1",
    "typedoc": "^0.11.1",
    "typescript": "^3.2.2",
    "uglify-js": "^3.3.28"
  },
  "dependencies": {
    "@angular-devkit/schematics": "^7.2.1",
    "@swirl/salesforce": "^1.2.2",
    "bcrypt": "^3.0.0",
    "body-parser": "^1.18.3",
    "cookie-parser": "^1.4.3",
    "express": "^4.16.3",
    "fs-extra": "^7.0.1",
    "handlebars": "^4.0.11",
    "mongodb": "^3.1.10",
    "nodemailer": "^5.1.1",
    "redis": "^2.8.0"
  },
  "peerDependencies": {
    "@swirl/api": "1.x",
    "@swirl/salesforce": "1.x"
  }
}
