-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage-lock.json
30 lines (30 loc) · 977 Bytes
/
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
{
"name": "website",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"angular-fx": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/angular-fx/-/angular-fx-1.0.0.tgz",
"integrity": "sha1-7CHHwLQPNIvBnGvbEIyCYWZ8w50=",
"requires": {
"animate.css": "^3.1.1"
}
},
"animate.css": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/animate.css/-/animate.css-3.6.1.tgz",
"integrity": "sha512-xEIzzKyQvQSIldgrtC2d/qptAEQLVlMb6xQrjQ6HU6NyGhF7LAIivRZVmhSAg4EICRASNiS+A1G+wvAKTCoC7A=="
},
"csshelper": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/csshelper/-/csshelper-1.0.1.tgz",
"integrity": "sha1-5A2fDX6lmz4agKwryrknUi047DI="
},
"smooth-scroll": {
"version": "9.1.1",
"resolved": "git+https://github.com/cferdinandi/smooth-scroll.git#e5be456fc3461516fa9336d3938c62accc1f7e20"
}
}
}