UNPKG

api-console-assets

Version:

This repo only exists to publish api console components to npm

37 lines 804 B
{ "name": "code-mirror-styles", "description": "Common styles for code-mirror element for ARC and the API console", "version": "0.1.2", "license": "Apache-2.0 OR CC-BY-4.0", "authors": [ "The Advanced REST client authors <arc@mulesoft.com>" ], "keywords": [ "web-components", "polymer", "code-mirror", "styles" ], "private": true, "main": [ "cm-arc-styles.html" ], "repository": { "type": "git", "url": "git@github.com:advanced-rest-client/code-mirror-styles.git" }, "dependencies": { "polymer": "Polymer/polymer#^1.9.2" }, "devDependencies": { "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, "ignore": [ "**/.*", "dependencyci.yml", "node_modules", "bower_components", "test", "tasks" ] }