forked from michalsnik/aos
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 858 Bytes
/
package.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
{
"name": "simple-aos",
"version": "4.2.0",
"description": "Simple AOS - Animate on scroll library",
"main": "dist/aos.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ammannbe/aos.git"
},
"keywords": [
"aos",
"animate on scroll"
],
"author": "Benjamin Ammann",
"license": "MIT",
"bugs": {
"url": "https://github.com/ammannbe/aos/issues"
},
"homepage": "https://github.com/ammannbe/aos#readme",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"sass": "^1.62.0",
"sass-loader": "^13.2.2",
"style-loader": "^3.3.2",
"webpack": "^5.80.0",
"webpack-cli": "^5.0.2"
}
}