-
Notifications
You must be signed in to change notification settings - Fork 24
/
package-lock.json
40 lines (40 loc) · 1.37 KB
/
package-lock.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
39
40
{
"name": "tunnistamo",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"bootstrap": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz",
"integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA=="
},
"bootstrap-sass": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/bootstrap-sass/-/bootstrap-sass-3.4.1.tgz",
"integrity": "sha512-p5rxsK/IyEDQm2CwiHxxUi0MZZtvVFbhWmyMOt4lLkA4bujDA1TGoKT0i1FKIWiugAdP+kK8T5KMDFIKQCLYIA=="
},
"bootstrap-social": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/bootstrap-social/-/bootstrap-social-5.1.1.tgz",
"integrity": "sha1-dTDGeK31bPj60/qCwp1NPl0CdQE=",
"requires": {
"bootstrap": "~3",
"font-awesome": "~4.7"
}
},
"font-awesome": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz",
"integrity": "sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM="
},
"hel-bootstrap-3": {
"version": "1.0.0-beta.4",
"resolved": "https://registry.npmjs.org/hel-bootstrap-3/-/hel-bootstrap-3-1.0.0-beta.4.tgz",
"integrity": "sha1-38A/bmKJvbZVG5rDWvO8YL310rY=",
"requires": {
"bootstrap-sass": "^3.3.7"
}
}
}
}