41 lines
629 B
JSON
Executable File
41 lines
629 B
JSON
Executable File
{
|
|
"name": "aos",
|
|
"version": "2.1.1",
|
|
"homepage": "git://github.com/michalsnik/aos.git",
|
|
"authors": [
|
|
"Michał Sajnóg <michal.sajnog@hotmail.com>"
|
|
],
|
|
"main": [
|
|
"dist/aos.js",
|
|
"dist/aos.css"
|
|
],
|
|
"moduleType": [
|
|
"amd",
|
|
"globals",
|
|
"node",
|
|
"es6"
|
|
],
|
|
"keywords": [
|
|
"scroll",
|
|
"css3",
|
|
"transition",
|
|
"transform",
|
|
"mousewheel",
|
|
"smooth",
|
|
"wow",
|
|
"animate"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
".gitignore",
|
|
"gulpfile.js",
|
|
"package.json"
|
|
],
|
|
"dependencies": {}
|
|
}
|