1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "skrollr-menu",
- "homepage": "http://prinzhorn.github.io/skrollr-menu/",
- "authors": [
- "Alexander Prinzhorn"
- ],
- "description": "skrollr plugin for hash navigation",
- "main": "src/skrollr.menu.js",
- "moduleType": [
- "globals"
- ],
- "keywords": [
- "parallax",
- "scroll",
- "animation",
- "html5",
- "css3",
- "transition"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "version": "1.0.3",
- "_release": "1.0.3",
- "_resolution": {
- "type": "version",
- "tag": "1.0.3",
- "commit": "8d3f086f1ced9e14d975f3b7a96e75ce8b4fc5d5"
- },
- "_source": "https://github.com/Prinzhorn/skrollr-menu.git",
- "_target": "~1.0.2",
- "_originalSource": "skrollr-menu"
- }
|