16 lines
306 B
JSON
16 lines
306 B
JSON
{
|
|
"main": "parallax",
|
|
"directories": {
|
|
"lib": "source"
|
|
},
|
|
"files": ["source/parallax.js", "source/requestAnimationFrame.js"],
|
|
"shim": {
|
|
"parallax": {
|
|
"imports": ["./requestAnimationFrame"]
|
|
}
|
|
},
|
|
"buildConfig": {
|
|
"uglify": true
|
|
}
|
|
}
|