UNPKG

dicom-data-dictionary

Version:
46 lines (45 loc) 1.23 kB
{ "name": "dicom-data-dictionary", "version": "0.3.1", "description": "DICOM Data Dictionary", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/ohif/dicom-data-dictionary.git" }, "keywords": [ "DICOM", "Medical", "Imaging" ], "author": "Chris Hafey <chafey@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ohif/dicom-data-dictionary/issues" }, "homepage": "https://github.com/ohif/dicom-data-dictionary", "scripts": { "lint": "jshint lib/*.js", "compile": "6to5 --modules common lib --out-dir dist", "test": "mocha --compilers js:6to5/register", "build": "npm run clean && npm run lint && npm run compile && npm run test", "watch": "onchange 'lib/**.js' 'test/**.js' -- npm run build", "example": "npm run compile && node example/example", "example-es6": "npm run compile && 6to5-node example/example-es6", "publish": "git push && npm publish", "clean": "rm -f dist/*" }, "devDependencies": { "6to5": "^3.0.0", "jshint": "*", "mocha": "*", "onchange": "0.0.2" }, "jshintConfig": { "esnext": true }, "jspm": { "main":"lib/index.js", "format":"es6" } }