Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Devrim Gunyel
core
Commits
554df834
Commit
554df834
authored
Apr 20, 2018
by
Piotr Gawron
Browse files
molstar released as npm package
parent
2a10040a
Changes
3
Hide whitespace changes
Inline
Side-by-side
frontend-js/package-lock.json
View file @
554df834
...
...
@@ -35,48 +35,22 @@
"through"
:
"2.3.8"
}
},
"
MolS
ta
r
"
:
{
"version"
:
"git://github.com/davidhoksza/
MolS
ta
r
.git#
702c7417cd3dffdb45554b54ce49e27bc881b109
"
,
"
ProtVis
ta"
:
{
"version"
:
"git://github.com/davidhoksza/
protvis
ta.git#
4e4bb737ba1e183291505bd25f8bae2e651ce21e
"
,
"dev"
:
true
,
"requires"
:
{
"ProtVista"
:
"git://github.com/davidhoksza/protvista.git#4e4bb737ba1e183291505bd25f8bae2e651ce21e"
,
"downloadjs"
:
"1.4.7"
,
"jquery"
:
"3.3.1"
,
"litemol"
:
"github:dsehnal/LiteMol#67556b0de0d2428f9494136758cbf8a662f66412"
"d3"
:
"3.5.17"
,
"file-saver"
:
"1.3.3"
,
"jquery"
:
"2.2.4"
,
"jszip"
:
"3.1.4"
,
"underscore"
:
"1.8.3"
},
"dependencies"
:
{
"ProtVista"
:
{
"version"
:
"git://github.com/davidhoksza/protvista.git#4e4bb737ba1e183291505bd25f8bae2e651ce21e"
,
"dev"
:
true
,
"requires"
:
{
"d3"
:
"3.5.17"
,
"file-saver"
:
"1.3.3"
,
"jquery"
:
"2.2.4"
,
"jszip"
:
"3.1.4"
,
"underscore"
:
"1.8.3"
},
"dependencies"
:
{
"jquery"
:
{
"version"
:
"2.2.4"
,
"resolved"
:
"https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz"
,
"integrity"
:
"sha1-LInWiJterFIqfuoywUUhVZxsvwI="
,
"dev"
:
true
}
}
},
"jquery"
:
{
"version"
:
"
3.3.1
"
,
"resolved"
:
"https://registry.npmjs.org/jquery/-/jquery-
3.3.1
.tgz"
,
"integrity"
:
"sha
512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=
="
,
"version"
:
"
2.2.4
"
,
"resolved"
:
"https://registry.npmjs.org/jquery/-/jquery-
2.2.4
.tgz"
,
"integrity"
:
"sha
1-LInWiJterFIqfuoywUUhVZxsvwI
="
,
"dev"
:
true
},
"litemol"
:
{
"version"
:
"github:dsehnal/LiteMol#67556b0de0d2428f9494136758cbf8a662f66412"
,
"dev"
:
true
,
"requires"
:
{
"@types/react"
:
"15.6.15"
,
"@types/react-dom"
:
"15.5.7"
}
}
}
},
...
...
@@ -2058,6 +2032,14 @@
"immediate"
:
"3.0.6"
}
},
"litemol"
:
{
"version"
:
"github:dsehnal/LiteMol#67556b0de0d2428f9494136758cbf8a662f66412"
,
"dev"
:
true
,
"requires"
:
{
"@types/react"
:
"15.6.15"
,
"@types/react-dom"
:
"15.5.7"
}
},
"lodash"
:
{
"version"
:
"4.17.4"
,
"resolved"
:
"https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz"
,
...
...
@@ -2383,6 +2365,26 @@
}
}
},
"molstar"
:
{
"version"
:
"1.0.0"
,
"resolved"
:
"https://registry.npmjs.org/molstar/-/molstar-1.0.0.tgz"
,
"integrity"
:
"sha1-2e0KopdXq1iOLnbtYUOHiZVi8rA="
,
"dev"
:
true
,
"requires"
:
{
"ProtVista"
:
"git://github.com/davidhoksza/protvista.git#4e4bb737ba1e183291505bd25f8bae2e651ce21e"
,
"downloadjs"
:
"1.4.7"
,
"jquery"
:
"3.3.1"
,
"litemol"
:
"github:dsehnal/LiteMol#67556b0de0d2428f9494136758cbf8a662f66412"
},
"dependencies"
:
{
"jquery"
:
{
"version"
:
"3.3.1"
,
"resolved"
:
"https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz"
,
"integrity"
:
"sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
,
"dev"
:
true
}
}
},
"ms"
:
{
"version"
:
"2.0.0"
,
"resolved"
:
"https://registry.npmjs.org/ms/-/ms-2.0.0.tgz"
,
...
...
frontend-js/package.json
View file @
554df834
...
...
@@ -17,7 +17,7 @@
},
"author"
:
"Piotr Gawron"
,
"devDependencies"
:
{
"
M
ol
S
tar"
:
"
git://github.com/davidhoksza/MolStar.git
"
,
"
m
ol
s
tar"
:
"
1.0.0
"
,
"assert"
:
"1.4.1"
,
"bluebird"
:
"^3.4.6"
,
"bootstrap"
:
"^3.3.7"
,
...
...
frontend-js/src/main/js/map/structure/MolStar.js
View file @
554df834
...
...
@@ -81,7 +81,7 @@ MolStar.prototype._activate = function (uniprotId) {
});
container
.
appendChild
(
molStarCloseButton
);
var
MolStarPlugin
=
require
(
'
M
ol
S
tar
'
);
var
MolStarPlugin
=
require
(
'
m
ol
s
tar
'
);
this
.
molStar
=
new
MolStarPlugin
({
uniprotId
:
uniprotId
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment