-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@qsolutionsllc/cornerstone-tool-image-statistics",
"version": "1.0.3",
"description": "Example project",
"main": "dist/index.js",
"module": "src/index.js",
"files": [
"dist/image-statistics.js",
"src/"
],
"scripts": {
"build": "webpack && cpx dist/image-statistics.js example",
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "npm run build && webpack-dev-server",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QSolutionsLLC/cornerstone-tool-image-statistics.git"
},
"keywords": [
"cornerstone",
"cornerstonejs",
"cornerstone-tools",
"plugin",
"medical imaging"
],
"author": "Danny Brown",
"license": "MIT",
"bugs": {
"url": "https://github.com/QSolutionsLLC/cornerstone-tool-image-statistics/issues"
},
"homepage": "https://github.com/QSolutionsLLC/cornerstone-tool-image-statistics#readme",
"devDependencies": {
"@babel/core": "7.2.x",
"@babel/preset-env": "7.2.x",
"all-contributors-cli": "5.6.0",
"babel-loader": "8.0.x",
"babel-plugin-add-module-exports": "1.0.x",
"cornerstone-core": "2.2.x",
"cornerstone-tools": "3.0.0-b.1512",
"cpx": "1.5.x",
"eslint": "5.11.x",
"eslint-loader": "2.1.x",
"webpack": "4.28.x",
"webpack-cli": "3.1.x",
"webpack-dev-server": "3.1.x"
},
"dependencies": {}
}