OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "polymer", |
| 3 "description": "Polymer is a new type of library for the web, built on top of
Web Components, and designed to leverage the evolving web platform on modern bro
wsers.", |
| 4 "homepage": "http://www.polymer-project.org/", |
| 5 "keywords": [ |
| 6 "util", |
| 7 "client", |
| 8 "browser", |
| 9 "web components", |
| 10 "web-components" |
| 11 ], |
| 12 "author": "Polymer Authors <polymer-dev@googlegroups.com>", |
| 13 "private": true, |
| 14 "dependencies": { |
| 15 "core-component-page": "Polymer/core-component-page#^0.5.0", |
| 16 "webcomponentsjs": "Polymer/webcomponentsjs#^0.5.0" |
| 17 }, |
| 18 "devDependencies": { |
| 19 "tools": "Polymer/tools#master", |
| 20 "web-component-tester": "Polymer/web-component-tester#^1.4.2" |
| 21 }, |
| 22 "version": "0.5.2", |
| 23 "_release": "0.5.2", |
| 24 "_resolution": { |
| 25 "type": "version", |
| 26 "tag": "0.5.2", |
| 27 "commit": "2a9ca53fa79ca09907e818f1adf806765409ec9c" |
| 28 }, |
| 29 "_source": "git://github.com/Polymer/polymer.git", |
| 30 "_target": "~0.5.0", |
| 31 "_originalSource": "Polymer/polymer" |
| 32 } |
OLD | NEW |