UNPKG

qiprofile

Version:

Quantitative Imaging Profile ( QiPr) web application

88 lines (87 loc) 2.66 kB
{ "name": "qiprofile", "version": "1.1.1", "description": "Quantitative Imaging Profile ( QiPr) web application", "repository": { "type": "git", "url": "git@github.com:ohsu-qin/qiprofile.git" }, "keywords": [ "qiprofile", "QiPr", "QIN", "DCE", "MR", "medical", "imaging" ], "author": "Fred Loney <loneyf@ohsu.edu>", "license": "MIT", "//": [ "Note: the preceding attributes should be identical to ", " those of package.json.", "Note: The angular-animate, angular-resource, angular-route", " and angular-sanitize dependency versions must be identical", " to main.coffee NG_VERSION.", "Note: The spin.js library name is correct. There is a", " separate project named 'spin'. We want spin.js.", "Note: The nvd3 GitHub fork fixes a nvd3 bug.", "Note: bootstrap is only used for CSS. angular-bootstrap", " implements the bootstrap JS in native Angular.", "Note: XTK can be reintroduced by including the following", " dependency:", " xtk: FredLoney/X", " The referenced xtk/X GitHub fork makes XTK a well-behaved", " bower module.", "Note: The undocumented overrides dependencies below are intended", " to force the slider and nvd3 modules to accept a more recent", " angular, but have no effect. The work-around is to install", " with the following:", " bower install --force-latest", " TODO - revisit this when bower overrides is officially", " supported in the .bowerrc documentation." ], "dependencies": { "angular": "^1.5.2", "angular-animate": "^1.5.2", "angular-bootstrap": "^1.1.2", "angular-dc": "^0.0.8", "angular-nvd3": "^1.0.5", "angular-resource": "^1.5.2", "angular-route": "^1.5.2", "angular-sanitize": "^1.5.2", "angular-ui-router": "^0.2.17", "angular-ui-utils": "^3.0.0", "bootstrap": "^3.3.6", "cornerstone": "ohsu-qin/cornerstone#master", "dcjs": "^2.0.0-beta.3", "error-stack-parser": "^1.3.0", "font-awesome": "^4.5.0", "json3": "^3.3.2", "lodash": "^4.7.0", "moment": "^2.11.2", "nouislider": "8.5.1", "nvd3": "^1.8.2", "pako": "^0.2.8", "requirejs": "^2.1.22", "spin.js": "^2.3.2", "sprintf": "^1.0.3", "stack-generator": "^1.1.0", "stacktrace-gps": "^2.4.1", "stacktrace-js": "^1.0.1", "underscore.string": "^3.2.3" }, "devDependencies": { "domready": "^1.0.8" }, "overrides": { "font-awesome": { "main": "css/font-awesome.css" } }, "resolutions": { "angular": "^1.5.2", "lodash": "^4.7.0", "stackframe": "~1.0.2" } }