{
    "name": "skull-island",
    "version": "1.0.18",
    "description": "A tool for diffable Kong configuration",
    "main": "./kong/index.js",
    "bin": {
        "skull-island": "./bin/skull-island.js"
    },
    "scripts": {
        "lint": "gulp lint",
        "test": "gulp test"
    },
    "releaseme": {
        "steps": [
            "checkStatus",
            "lint",
            "test",
            "setReleaseVersion",
            "commitReleaseVersion",
            "tagRelease",
            "publish",
            "setNextVersion",
            "commitNextVersion",
            "pushChanges"
        ],
        "releaseme-plugin-information": "https://github.com/ukayani/releaseme#default-release-process"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/calvinlfer/skull-island.git"
    },
    "keywords": [
        "kong",
        "config-management"
    ],
    "author": "Calvin Fernandes",
    "license": "MIT",
    "dependencies": {
        "colors": "^1.1.2",
        "commander": "^2.11.0",
        "ramda": "^0.24.1",
        "request": "^2.81.0",
        "request-promise-native": "^1.0.4"
    },
    "devDependencies": {
        "chai": "^4.0.2",
        "gulp": "^3.9.1",
        "gulp-eslint": "^4.0.0",
        "gulp-mocha": "^4.3.1",
        "gulp-util": "^3.0.8",
        "mocha": "^3.4.2"
    }
}