| { | |
| "name": "polyfill", | |
| "version": "0.0.1", | |
| "authors": [ | |
| "Joe Gregorio <jcgregorio@google.com>" | |
| ], | |
| "description": "All the third party polyfills we use.", | |
| "license": "MIT", | |
| "private": true, | |
| "ignore": [ | |
| "**/.*", | |
| "node_modules", | |
| "bower_components", | |
| "test", | |
| "tests" | |
| ], | |
| "dependencies": { | |
| "pointerevents-polyfill": "~0.2.0", | |
| "CustomElements": "~0.2.3", | |
| "HTMLImports": "~0.2.3" | |
| } | |
| } |