qiprofile
Version:
Quantitative Imaging Profile ( QiPr) web application
128 lines (127 loc) • 3.9 kB
JSON
{
"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": "Oregon Health & Science University",
"contributors": [
"Fred Loney <loneyf@ohsu.edu>",
"Erik Segerdel <segerdel@ohsu.edu>",
"Jayashree Kalpathy-Cramer <kalpathy@nmr.mgh.harvard.edu>",
"Brendan Moloney <moloney@ohsu.edu>",
"Katrina Myron <myron@ohsu.edu>",
"Sarah Perry <perrsa@ohsu.edu>",
"Shannon McWeeney <mcweeney@ohsu.edu>",
"Wei Huang <huangwe@ohsu.edu>"
],
"license": "BSD",
"bin": "./bin/qiprofile",
"scripts": {
"postinstall": "./node_modules/grunt-cli/bin/grunt postinstall",
"start": "node server.js",
"test": "echo \"Error: No test specified\" && exit 1"
},
"homepage": "http://qiprofile.readthedocs.org/en/latest/",
"directories": {
"doc": "doc",
"test": "test"
},
"engines": {
"node": ">=0.10.3"
},
"//": [
"Note: The devDependencies consist of the test apparatus libraries,",
" with the exception of the following test libraries which provide",
" a grunt task:",
" * grunt-contrib-watch",
" * grunt-karma",
" * karma",
" * grunt-protractor-runner",
" The aforementioned grunt-* libraries are included in dependencies",
" rather than devDependencies in order to avoid a npm install warning",
" message. They are not used in production. The karma library is",
" included in dependencies to avoid a warning generated by grunt-karma."
],
"dependencies": {
"authenticate": "^0.1.5",
"autoprefixer-stylus": "^0.9.1",
"body-parser": "^1.14.2",
"bower": "^1.7.7",
"coffee-script": "^1.10.0",
"csso-stylus": "^0.0.3",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-bunyan-logger": "^1.2.0",
"forever-monitor": "^1.7.0",
"grunt": "^1.0.1",
"grunt-browserify": "^4.0.1",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^2.1.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-pug": "^1.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-stylus": "^1.0.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-exec": "^0.4.6",
"grunt-express-server": "^0.5.1",
"grunt-karma": "^0.12.1",
"grunt-markdown": "^0.7.0",
"grunt-preprocess": "^5.0.1",
"grunt-protractor-runner": "^3.0.0",
"karma": "^0.13.19",
"load-grunt-tasks": "^3.4.0",
"lodash": "^4.2.1",
"method-override": "^2.3.5",
"mkdirp": "^0.5.0",
"pug": "^2.0.0-alpha7",
"qs": "^6.1.0",
"serve-favicon": "^2.3.0",
"serve-static": "^1.10.2",
"stylus": "^0.53.0",
"superagent": "^1.7.2",
"underscore.string": "^2.3.3"
},
"devDependencies": {
"angular-mocks": "^1.4.9",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"coffee-errors": "^0.8.6",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-coffee-preprocessor": "^0.3.0",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "^0.2.4",
"karma-safari-launcher": "^0.1.1",
"karma-script-launcher": "^0.1.0",
"karma-spec-reporter": "^0.0.23",
"mocha": "^2.4.5",
"pako": "^0.2.8",
"phantomjs-prebuilt": "^2.1.3",
"protractor": "^3.0.0",
"selenium-standalone": "^4.9.0",
"text-encoding": "^0.5.2",
"time-grunt": "^1.3.0"
},
"main": "server.js"
}