-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
31 lines (31 loc) · 906 Bytes
/
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
{
"name": "node-studio",
"version": "0.0.1",
"private": false,
"scripts": {
"start": "cd nodestudiojs && PORT=4000 npm start",
"api": "python nodestudio/server.py",
"tests": "python nodestudio/test_runner.py",
"build": "cd nodestudiojs && npm install",
"pip": "pip install -r requirements.txt"
},
"description": "A library for visual programming of image-processing algorithms on dicom images",
"main": "dist/ImageNodes.js",
"repository": {
"type": "git",
"url": "git+https://github.com/michaelmendoza/image-nodes.git"
},
"keywords": [
"image",
"processing",
"dicom",
"mri"
],
"author": "Michael Mendoza <https://github.com/michaelmendoza>",
"license": "ISC",
"bugs": {
"url": "https://github.com/michaelmendoza/image-nodes/issues"
},
"homepage": "https://github.com/michaelmendoza/image-nodes#readme",
"dependencies": {}
}