{
    "name": "argdown-map-maker",
    "description": "Tools for making argument maps from Argdown files",
    "keywords": [
        "argumentation",
        "argument mapping",
        "Argdown",
        "Markdown"
    ],
    "version": "0.5.2",
    "license": "MIT",
    "main": "lib/src/index.js",
    "dependencies": {
        "chance": "^1.0.9",
        "lodash": "^4.17.4"
    },
    "peerDependencies": {
        "argdown-parser": "^0.8.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/christianvoigt/argdown-map-maker"
    },
    "author": {
        "name": "Christian Voigt",
        "email": "1pxsolidblack@gmail.com"
    },
    "scripts": {
        "deploy": "npm run test && npm run build && npm run version:patch && npm run push",
        "build": "npm run clean && npm run build:src",
        "build:src": "babel src/ -d lib/src --source-maps --copy-files",
        "test": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
        "prepare": "npm run-script build",
        "clean": "rimraf lib/*",
        "version:patch": "npm version patch",
        "push": "git push --tags origin HEAD:master"
    },
    "readmeFilename": "Readme.md",
    "preferGlobal": false,
    "devDependencies": {
        "argdown-parser": "^0.8.5",
        "babel-cli": "^6.24.1",
        "babel-core": "^6.25.0",
        "babel-eslint": "^7.2.3",
        "babel-preset-es2015": "^6.24.1",
        "babel-preset-es2016": "^6.24.1",
        "chai": "^4.0.2",
        "cpx": "^1.5.0",
        "eslint": "^3.19.0",
        "mocha": "^3.4.2",
        "rimraf": "^2.6.1",
        "sinon": "^1.17.7",
        "source-map-support": "^0.4.11"
    }
}
