UNPKG

api-console-assets

Version:

This repo only exists to publish api console components to npm

58 lines 1.89 kB
{ "name": "prism-highlight", "description": "Syntax highlighting via Prism", "author": "The Advanced REST Client authors", "license": "Apache-2.0 OR CC-BY-4.0", "keywords": [ "web-components", "polymer", "prism", "highlighting", "syntax" ], "private": true, "main": [ "prism-highlight.html" ], "repository": { "type": "git", "url": "git@github.com:advanced-rest-client/prism-highlight.git" }, "dependencies": { "polymer": "Polymer/polymer#^1.5.0", "prism": "*", "paper-button": "PolymerElements/paper-button#^1.0.13", "paper-progress": "PolymerElements/paper-progress#^1.0.10", "paper-styles": "PolymerElements/paper-styles#^1.1.4", "error-message": "advanced-rest-client/error-message#^0.1.1", "text-search-behavior": "advanced-rest-client/text-search-behavior#^0.1.2" }, "devDependencies": { "iron-component-page": "polymerelements/iron-component-page#1.0.0", "web-component-tester": "^4.0.0", "paper-styles": "polymerelements/paper-styles#^1.0.2", "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0", "test-fixture": "PolymerElements/test-fixture#^1.0.0", "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", "fetch-polyfill": "advanced-rest-client/fetch-polyfill#^0.1.1" }, "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tasks" ], "version": "2.1.11", "homepage": "https://github.com/advanced-rest-client/prism-highlight", "_release": "2.1.11", "_resolution": { "type": "version", "tag": "2.1.11", "commit": "4335cb18efbc7009f21770143afe9d92102ea5f2" }, "_source": "https://github.com/advanced-rest-client/prism-highlight.git", "_target": "^2.0.0", "_originalSource": "advanced-rest-client/prism-highlight" }