2016-11-22 15:56:55 +01:00
|
|
|
{
|
|
|
|
|
"name": "ohifviewer",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"dependencies": {
|
2018-07-04 18:52:28 +02:00
|
|
|
"@babel/runtime": "7.0.0-beta.51",
|
|
|
|
|
"loglevel": "^1.6.1"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"puppeteer": "^1.5.0"
|
2016-11-22 15:56:55 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "MIT"
|
2017-01-16 19:20:04 +01:00
|
|
|
}
|