OLD | NEW |
1 { | 1 { |
2 "name": "iron-autogrow-textarea", | 2 "name": "iron-autogrow-textarea", |
3 "version": "1.0.3", | 3 "version": "1.0.4", |
4 "description": "A textarea element that automatically grows with input", | 4 "description": "A textarea element that automatically grows with input", |
5 "authors": [ | 5 "authors": [ |
6 "The Polymer Authors" | 6 "The Polymer Authors" |
7 ], | 7 ], |
8 "keywords": [ | 8 "keywords": [ |
9 "web-components", | 9 "web-components", |
10 "polymer", | 10 "polymer", |
11 "input", | 11 "input", |
12 "textarea" | 12 "textarea" |
13 ], | 13 ], |
(...skipping 17 matching lines...) Expand all Loading... |
31 }, | 31 }, |
32 "devDependencies": { | 32 "devDependencies": { |
33 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 33 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
34 "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0", | 34 "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0", |
35 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 35 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
36 "web-component-tester": "*", | 36 "web-component-tester": "*", |
37 "paper-styles": "PolymerElements/paper-styles#^1.0.0", | 37 "paper-styles": "PolymerElements/paper-styles#^1.0.0", |
38 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 38 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
39 } | 39 } |
40 } | 40 } |
OLD | NEW |