-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1021 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
37
38
39
40
{
"name": "smooth-parallax.js",
"version": "1.0.2",
"description": "Pure lightweight JS library for smooth image parallax effect",
"main": "dist/smooth-parallax.min.js",
"files": [
"src/*",
"dist/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/choogoor/smooth-parallax.js"
},
"keywords": [
"smooth parallax",
"parallax",
"scroll",
"javascript"
],
"author": "Aleksandar Cugurovic",
"license": "ISC",
"bugs": {
"url": "https://github.com/choogoor/smooth-parallax.js/issues"
},
"homepage": "https://github.com/choogoor/smooth-parallax.js#readme",
"devDependencies": {
"@babel/cli": "^7.7.x",
"@babel/core": "7.7.x",
"@babel/plugin-proposal-class-properties": "^7.7.x",
"@babel/preset-env": "7.7.x",
"babel-loader": "8.0.x",
"webpack": "4.41.x",
"webpack-cli": "3.3.x"
}
}