{
  "name": "chnet-xrf",
  "version": "0.1.0",
  "dependencies": {
    "assert": "latest",
    "bootstrap": "latest",
    "bootstrap-select": "^1.12.4",
    "bootstrap-slider": "^10.0.0",
    "bootstrap-tooltip": "^3.1.1",
    "bootstrap-treeview": "^1.2.0",
    "bower": "^1.8.4",
    "dygraphs": "^2.0.0",
    "jquery": "^3.3.1",
    "popper": "^1.0.1",
    "popper.js": "^1.14.3"
  },
  "description": "Web application to analyse XRF images",
  "scripts": {
    "test": "jest"
  },
  "license": "EUPL",
  "repository": {
    "type": "git",
    "url": "https://baltig.infn.it/chnet/XRF-App.git"
  },
  "devDependencies": {
    "@types/jest": "^21.1.6",
    "@types/node": "^8.0.51",
    "jest": "^21.2.1",
    "ts-jest": "^21.2.2",
    "ts-md5": "^1.2.2",
    "ts-node": "^6.0.3",
    "typescript": "^2.6.1"
  },
  "jest": {
    "testEnvironment": "node",
    "transform": {
      "^.+\\.ts?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "^.+\\.test\\.ts$",
    "moduleFileExtensions": [
      "ts",
      "js"
    ]
  }
}