OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "prism-element", |
| 3 "description": "Prism.js import and syntax highlighting", |
| 4 "version": "1.0.2", |
| 5 "authors": [ |
| 6 "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)" |
| 7 ], |
| 8 "keywords": [ |
| 9 "web-components", |
| 10 "polymer", |
| 11 "prism", |
| 12 "molecule" |
| 13 ], |
| 14 "license": "http://polymer.github.io/LICENSE.txt", |
| 15 "homepage": "https://github.com/PolymerElements/prism-highlighter", |
| 16 "main": "prism-highlighter.html", |
| 17 "ignore": [ |
| 18 "/.*", |
| 19 "/test/", |
| 20 "/demo/" |
| 21 ], |
| 22 "dependencies": { |
| 23 "prism": "*", |
| 24 "polymer": "Polymer/polymer#^1.0.0" |
| 25 }, |
| 26 "devDependencies": { |
| 27 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 28 }, |
| 29 "_release": "1.0.2", |
| 30 "_resolution": { |
| 31 "type": "version", |
| 32 "tag": "v1.0.2", |
| 33 "commit": "99b65dae91ef36fb009a5c277e924d84aa5e2672" |
| 34 }, |
| 35 "_source": "git://github.com/PolymerElements/prism-element.git", |
| 36 "_target": "^1.0.2", |
| 37 "_originalSource": "PolymerElements/prism-element" |
| 38 } |
OLD | NEW |