| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "promise-polyfill", | 2 "name": "promise-polyfill", |
| 3 "version": "1.0.0", | 3 "version": "1.0.0", |
| 4 "homepage": "https://github.com/taylorhakes/promise-polyfill", | 4 "homepage": "https://github.com/taylorhakes/promise-polyfill", |
| 5 "authors": [ | 5 "authors": [ |
| 6 "Taylor Hakes" | 6 "Taylor Hakes" |
| 7 ], | 7 ], |
| 8 "description": "Lightweight promise polyfill for the browser and node. A+ Comp
liant.", | 8 "description": "Lightweight promise polyfill for the browser and node. A+ Comp
liant.", |
| 9 "main": "Promise.js", | 9 "main": "Promise.js", |
| 10 "moduleType": [ | 10 "moduleType": [ |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 "**/.*", | 22 "**/.*", |
| 23 "node_modules", | 23 "node_modules", |
| 24 "bower_components", | 24 "bower_components", |
| 25 "test", | 25 "test", |
| 26 "tests" | 26 "tests" |
| 27 ], | 27 ], |
| 28 "dependencies": { | 28 "dependencies": { |
| 29 "polymer": "polymer/polymer#^1.0.0" | 29 "polymer": "polymer/polymer#^1.0.0" |
| 30 } | 30 } |
| 31 } | 31 } |
| OLD | NEW |