OLD | NEW |
1 { | 1 { |
2 "name": "iron-validator-behavior", | 2 "name": "iron-validator-behavior", |
3 "version": "1.0.1", | 3 "version": "1.0.1", |
4 "description": "Implements a input validator", | 4 "description": "Implements a input validator", |
5 "authors": "The Polymer Authors", | 5 "authors": "The Polymer Authors", |
6 "keywords": [ | 6 "keywords": [ |
7 "web-components", | 7 "web-components", |
8 "polymer", | 8 "polymer", |
9 "iron", | 9 "iron", |
10 "behavior" | 10 "behavior" |
(...skipping 14 matching lines...) Expand all Loading... |
25 "polymer": "Polymer/polymer#^1.0.0" | 25 "polymer": "Polymer/polymer#^1.0.0" |
26 }, | 26 }, |
27 "devDependencies": { | 27 "devDependencies": { |
28 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 28 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
29 "paper-styles": "PolymerElements/paper-styles#^1.0.0", | 29 "paper-styles": "PolymerElements/paper-styles#^1.0.0", |
30 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 30 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
31 "web-component-tester": "*", | 31 "web-component-tester": "*", |
32 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 32 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
33 } | 33 } |
34 } | 34 } |
OLD | NEW |