| { |
| "name": "bug_chomper", |
| "version": "0.1.0", |
| "authors": [], |
| "description": "Tool for quickly prioritizing bugs.", |
| "license": "BSD", |
| "private": true, |
| "ignore": [ |
| "**/.*", |
| "node_modules", |
| "bower_components", |
| "third_party/bower_components", |
| "test", |
| "tests" |
| ], |
| "dependencies": { |
| "polymer": "Polymer/polymer#~0.5.1", |
| "core-elements": "Polymer/core-elements#~0.5.1", |
| "paper-elements": "Polymer/paper-elements#~0.5.1", |
| "webcomponentsjs": "Polymer/webcomponentsjs#^0.5.1" |
| }, |
| "resolutions": { |
| "WeakMap": "~0.2.1", |
| "webcomponentsjs": "^0.6.0" |
| } |
| } |