| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "iron-elements", | 2 "name": "iron-elements", |
| 3 "version": "1.0.0", | 3 "version": "1.0.0", |
| 4 "description": "Iron elements are a set of visual and non-visual utility eleme
nts. They include elements for working with layout, user input, selection, and s
caffolding apps.", | 4 "description": "Iron elements are a set of visual and non-visual utility eleme
nts. They include elements for working with layout, user input, selection, and s
caffolding apps.", |
| 5 "keywords": [ | 5 "keywords": [ |
| 6 "web-components", | 6 "web-components", |
| 7 "polymer", | 7 "polymer", |
| 8 "utility", | 8 "utility", |
| 9 "user-input", | 9 "user-input", |
| 10 "selection" | 10 "selection" |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 "authors": ["The Polymer Authors"], | 50 "authors": ["The Polymer Authors"], |
| 51 "license": "http://polymer.github.io/LICENSE.txt", | 51 "license": "http://polymer.github.io/LICENSE.txt", |
| 52 "ignore": [ | 52 "ignore": [ |
| 53 "**/.*", | 53 "**/.*", |
| 54 "node_modules", | 54 "node_modules", |
| 55 "bower_components", | 55 "bower_components", |
| 56 "test", | 56 "test", |
| 57 "tests" | 57 "tests" |
| 58 ] | 58 ] |
| 59 } | 59 } |
| OLD | NEW |