api-console-assets
Version:
This repo only exists to publish api console components to npm
47 lines • 1.19 kB
JSON
{
"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"
],
"homepage": "https://github.com/advanced-rest-client/code-mirror-styles",
"_release": "0.1.2",
"_resolution": {
"type": "version",
"tag": "0.1.2",
"commit": "29529e1d508c5669e431b0e98269e56dcbd92e74"
},
"_source": "https://github.com/advanced-rest-client/code-mirror-styles.git",
"_target": "^0.1.2",
"_originalSource": "advanced-rest-client/code-mirror-styles"
}