api-console-assets
Version:
This repo only exists to publish api console components to npm
38 lines • 895 B
JSON
{
"name": "code-mirror-linter",
"description": "A source files for code mirror linter files",
"version": "0.1.1",
"license": "Apache-2.0 OR CC-BY-4.0",
"authors": [
"The Advanced REST client authors <arc@mulesoft.com>"
],
"keywords": [
"web-components",
"polymer"
],
"private": true,
"main": [
"code-mirror-linter.html"
],
"repository": {
"type": "git",
"url": "git@github.com:advanced-rest-client/code-mirror-linter.git"
},
"dependencies": {
"polymer": "Polymer/polymer#^1.9.2",
"codemirror": "~5.3.0",
"jsonlint": "zaach/jsonlint#^1.6.0"
},
"devDependencies": {
"iron-component-page": "polymerelements/iron-component-page#1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"ignore": [
"**/.*",
"dependencyci.yml",
"node_modules",
"bower_components",
"test",
"tasks"
]
}