Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

General repo changes #16

Merged
merged 2 commits into from
Oct 31, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
{
"name": "taco_server",
"description": "The server part for comparing large tabular data using Phovea",
"version": "1.0.0-SNAPSHOT",
"author": {
"name": "The Caleydo Team",
"email": "contact@caleydo.org",
"url": "https://caleydo.org"
},
"license": "BSD-3-Clause",
"homepage": "http://caleydo.org",
"bugs": {
"url": "https://github.com/caleydo/taco_server/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/caleydo/taco_server.git"
},
"files": [
"taco_server",
"__init__.py",
Expand All @@ -17,22 +34,5 @@
"predist": "npm run build && npm run docs",
"dist": "python setup.py bdist_egg && cd build && tar cvzf ../dist/taco_server.tar.gz *",
"docs": "sphinx-apidoc -o docs -f ./taco_server && sphinx-build ./docs build/docs"
},
"name": "taco_server",
"description": "The server part for comparing large tabular data using Phovea",
"homepage": "http://caleydo.org",
"version": "1.0.0-SNAPSHOT",
"author": {
"name": "The Caleydo Team",
"email": "contact@caleydo.org",
"url": "https://caleydo.org"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/caleydo/taco_server/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/caleydo/taco_server.git"
}
}