blob: 01b2d2d2bb4759055b66a5641793f4b873d44c5a [file] [log] [blame]
{
"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"
}
}