Home | History | Annotate | Download | only in poly
      1 {
      2   "name": "polyfill",
      3   "version": "0.0.1",
      4   "authors": [
      5     "Joe Gregorio <jcgregorio (a] google.com>"
      6   ],
      7   "description": "All the third party polyfills we use.",
      8   "license": "MIT",
      9   "private": true,
     10   "ignore": [
     11     "**/.*",
     12     "node_modules",
     13     "bower_components",
     14     "test",
     15     "tests"
     16   ],
     17   "dependencies": {
     18     "pointerevents-polyfill": "~0.2.0",
     19     "CustomElements": "~0.2.3",
     20     "HTMLImports": "~0.2.3"
     21   }
     22 }
     23