-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 961 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
32
33
34
35
36
37
38
{
"name": "civility",
"version": "1.4.0",
"description": "This is the main server of CIVILITY",
"main": "server.js",
"directories": {
"doc": "Documents related to CIVILITY.",
"server": "The server application of CIVILITY."
},
"scripts": {
"preinstall":"npm link src/civility-static; npm link civility-static",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "dana.puechmaille@gmail.com",
"license": "Apache-2.0",
"dependencies": {
"clusterpost-server": "^1.4.0",
"civility-static": "^1.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/danaele/CIVILITY.git"
},
"keywords": [
"tractography",
"visualization",
"brain",
"connectivity",
"cloud",
"interactive",
"connectome"
],
"bugs": {
"url": "https://github.com/danaele/CIVILITY/issues"
},
"homepage": "https://github.com/danaele/CIVILITY#readme"
}