123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "skrollr",
- "homepage": "http://prinzhorn.github.io/skrollr/",
- "authors": [
- "Alexander Prinzhorn"
- ],
- "description": "Stand-alone parallax scrolling library for mobile (Android + iOS) and desktop",
- "main": "src/skrollr.js",
- "moduleType": [
- "globals"
- ],
- "keywords": [
- "parallax",
- "scroll",
- "animation",
- "html5",
- "css3",
- "transition"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "version": "0.6.29",
- "_release": "0.6.29",
- "_resolution": {
- "type": "version",
- "tag": "0.6.29",
- "commit": "1da1627e80ffb5c569880e4c77845e116905cf9f"
- },
- "_source": "git://github.com/Prinzhorn/skrollr.git",
- "_target": "~0.6.29",
- "_originalSource": "skrollr",
- "_direct": true
- }
|