{ "name": "chnet-xrf", "version": "0.1.0", "dependencies": { "bower": "^1.8.4", "assert": "latest", "bootstrap": "latest", "bootstrap-select": "^1.12.4", "bootstrap-slider": "^10.0.0", "bootstrap-tooltip": "^3.1.1", "bootstrap-treeview": "latest", "dygraphs": "^2.0.0", "jquery": "^3.2.1" }, "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", "typescript": "^2.6.1" }, "jest": { "testEnvironment": "node", "transform": { "^.+\\.ts?$": "<rootDir>/node_modules/ts-jest/preprocessor.js" }, "testRegex": "^.+\\.test\\.ts$", "moduleFileExtensions": [ "ts", "js" ] } }