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

Commit e9e69e3

Browse files
author
Holger Stitz
authored
General repo changes (#53)
General repo changes
2 parents 7191005 + faae096 commit e9e69e3

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
{
2+
"name": "gapminder",
3+
"description": "",
4+
"version": "1.0.0-SNAPSHOT",
5+
"author": {
6+
"name": "The Caleydo Team",
7+
"email": "[email protected]",
8+
"url": "https://caleydo.org"
9+
},
10+
"license": "BSD-3-Clause",
11+
"homepage": "https://phovea.caleydo.org",
12+
"bugs": {
13+
"url": "https://github.com/caleydo/gapminder/issues"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/caleydo/gapminder.git"
18+
},
19+
"private": true,
220
"files": [
321
"src",
422
"index.js",
@@ -71,23 +89,5 @@
7189
"phovea_d3": "^2.0.0",
7290
"phovea_ui": "^2.0.0",
7391
"phovea_clue": "^2.0.0"
74-
},
75-
"name": "gapminder",
76-
"description": "",
77-
"homepage": "https://phovea.caleydo.org",
78-
"version": "1.0.0-SNAPSHOT",
79-
"author": {
80-
"name": "The Caleydo Team",
81-
"email": "[email protected]",
82-
"url": "https://caleydo.org"
83-
},
84-
"license": "BSD-3-Clause",
85-
"bugs": {
86-
"url": "https://github.com/caleydo/gapminder/issues"
87-
},
88-
"repository": {
89-
"type": "git",
90-
"url": "https://github.com/caleydo/gapminder.git"
91-
},
92-
"private": true
92+
}
9393
}

0 commit comments

Comments
 (0)