{
    "name": "@ecologic/datocms-plugin-multiselect",
    "version": "0.0.7",
    "homepage": "https://github.com/EcoLogicAG/datocms-plugin-multiselect",
    "description": "A plugin that transforms a JSON field to a Multi-Select Input Field",
    "keywords": [
        "datocms-plugin",
        "multiselect"
    ],
    "datoCmsPlugin": {
        "title": "Multiselect Plugin",
        "previewImage": "doc/editor.png",
        "coverImage": "https://raw.githubusercontent.com/EcoLogicAG/datocms-plugin-multiselect/master/doc/editor.png",
        "entryPoint": "dist/index.html",
        "fieldTypes": [
            "json"
        ],
        "pluginType": "field_editor",
        "parameters": {
            "global": [
                {
                    "id": "developmentMode",
                    "label": "Development mode?",
                    "type": "boolean",
                    "hint": "Enable development logs on the console"
                }
            ],
            "instance": [
                {
                    "id": "options",
                    "label": "Options",
                    "type": "json",
                    "required": true
                }
            ]
        }
    },
    "scripts": {
        "ng": "ng",
        "start": "ng serve",
        "build": "ng build --prod --configuration production --base-href https://unpkg.com/@ecologic/datocms-plugin-multiselect@0.0.7/dist/ --output-path dist",
        "test": "ng test",
        "lint": "ng lint",
        "e2e": "ng e2e"
    },
    "dependencies": {
        "@angular/animations": "~7.0.0",
        "@angular/common": "~7.0.0",
        "@angular/compiler": "~7.0.0",
        "@angular/core": "~7.0.0",
        "@angular/forms": "~7.0.0",
        "@angular/http": "~7.0.0",
        "@angular/platform-browser": "~7.0.0",
        "@angular/platform-browser-dynamic": "~7.0.0",
        "@angular/router": "~7.0.0",
        "core-js": "^2.5.4",
        "datocms-plugins-sdk": "0.0.7",
        "rxjs": "~6.3.3",
        "zone.js": "~0.8.26"
    },
    "devDependencies": {
        "@angular-devkit/build-angular": "~0.10.0",
        "@angular/cli": "~7.0.4",
        "@angular/compiler-cli": "~7.0.0",
        "@angular/language-service": "~7.0.0",
        "@types/node": "~8.9.4",
        "@types/jasmine": "~2.8.8",
        "@types/jasminewd2": "~2.0.3",
        "codelyzer": "~4.5.0",
        "jasmine-core": "~2.99.1",
        "jasmine-spec-reporter": "~4.2.1",
        "karma": "~3.0.0",
        "karma-chrome-launcher": "~2.2.0",
        "karma-coverage-istanbul-reporter": "~2.0.1",
        "karma-jasmine": "~1.1.2",
        "karma-jasmine-html-reporter": "^0.2.2",
        "protractor": "~5.4.0",
        "ts-node": "~7.0.0",
        "tslint": "~5.11.0",
        "typescript": "~3.1.1"
    }
}
