27 lines
506 B
JSON
27 lines
506 B
JSON
{
|
|
"name": "parallax",
|
|
"description": "Parallax Engine that reacts to the orientation of a smart device.",
|
|
"license": "MIT",
|
|
"homepage": "http://wagerfield.github.io/parallax/",
|
|
"authors": [
|
|
"Matthew Wagerfield <matthew@wagerfield.com>"
|
|
],
|
|
"main": [
|
|
"deploy/parallax.js",
|
|
"deploy/jquery.parallax.js"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"assets",
|
|
"source",
|
|
"examples"
|
|
],
|
|
"keywords": [
|
|
"parallax",
|
|
"gyroscope",
|
|
"jquery",
|
|
"javascript",
|
|
"library"
|
|
]
|
|
}
|