{
  "name": "cobol",
  "version": "2.0.4",
  "description": "COBOL bridge for NodeJS which allows you to run COBOL code from NodeJS.",
  "main": "lib/index.js",
  "directories": {
    "example": "examples"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "cobol",
    "node",
    "bridge"
  ],
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "contributors": [
    "Krzysztof Kaczor <krzkaczor@gmail.com> (http://kaczor.io)",
    "Arnar Hardarson <arnar_hardarson@hotmail.com>"
  ],
  "license": "MIT",
  "blah": {
    "h_img": "http://i.imgur.com/DutRzDr.png",
    "description": [
      {
        "h2": "Can I use this on production?"
      },
      {
        "p": "Of course, you can! It's production ready! If you ever did such a thing, [ping me (@IonicaBizau)](https://twitter.com/IonicaBizau). :boom: :dizzy:"
      }
    ],
    "show_installation": false,
    "installation": [
      {
        "h2": "Installation"
      },
      {
        "p": "Currently [GnuCOBOL](https://www.gnu.org/software/gnucobol/) is required. If you are using a debian-based distribution you can install it using:"
      },
      {
        "code": {
          "language": "sh",
          "content": [
            "$ sudo apt-get install gnucobol",
            "# outdated systems: sudo apt-get install open-cobol"
          ]
        }
      },
      {
        "p": [
          ":bulb: It would be interesting to fallback into a COBOL compiler written in NodeJS. [Contributions are welcome!][contributing] :smile:",
          "Then, install the `cobol` package."
        ]
      },
      {
        "code": {
          "language": "sh",
          "content": "$ npm i cobol"
        }
      }
    ],
    "press": [
      {
        "p": "This project has become more popular than I expected. :smile: If you wrote or found an article about this project that is not in the list below, please [add it][contributing]."
      },
      {
        "ul": [
          "[Calling 1959 from your Web code: A COBOL bridge for Node.js](http://arstechnica.com/information-technology/2015/08/calling-1959-from-your-web-code-a-cobol-bridge-for-node-js/) ([ArsTechnica](http://arstechnica.com/), by [Sean Gallagher](http://arstechnica.com/author/sean-gallagher/))",
          "[Cobol -- yes, Cobol -- gets a bridge to Node.js](http://www.infoworld.com/article/2972314/application-development/cobol-nodejs-bridge.html) ([InfoWorld](http://www.infoworld.com/), by [Paul Krill](http://www.infoworld.com/author/Paul-Krill/))",
          "[Ein COBOL-Plug-in für Node.js](http://www.heise.de/newsticker/meldung/Ein-COBOL-Plug-in-fuer-Node-js-2783225.html) ([Heise Online](http://heise.de), by [Alexander Neumann](http://www.heise.de/ix/editors/ix_redakteur_907177.html))",
          "[Dit krijg je als je Node.js met COBOL kruist](http://webwereld.nl/open-source/88040-dit-krijg-je-als-je-node-js-met-cobol-kruist) ([Webwereld](http://webwereld.nl/), by [Chris Koenis](http://webwereld.nl/auteur/chris-koenis))",
          "[COBOL for Node.js](http://www.i-programmer.info/news/98-languages/8904-cobol-for-nodejs.html) ([I Programmer](http://www.i-programmer.info/), by [Kay Ewbank](https://twitter.com/KayEwbank))",
          "[Nagyon durva: Már COBOL-ból is lehet programozni a Node.js-t](http://prog.hu/hirek/4012/nagyon-durva-mar-cobol-bol-is-lehet-programozni-a-node-js-t) ([prog.hu](http://prog.hu/), by [Sting](http://prog.hu/azonosito/info/Sting?pop=1))",
          "[Micro Focus Updates COBOL for Visual Studio 2015](http://www.eweek.com/developer/micro-focus-updates-cobol-for-visual-studio-2015.html) ([eWeek](http://eweek.com/), by [Darryl K. Taft](http://www.eweek.com/cp/bio/Darryl-K.-Taft/))",
          "[Sur GitHub, un projet relie Cobol et Node.js](http://www.lemondeinformatique.fr/actualites/lire-sur-github-un-projet-relie-cobol-et-nodejs-62116.html) ([LeMondeInformatique](http://lemondeinformatique.fr/), by [Maryse Gros avec IDG News Service](mailto:redac_weblmi@it-news-info.com))",
          "[3 open source projects for modern COBOL development](http://opensource.com/life/15/10/open-source-cobol-development) ([OpenSource.com](http://opensource.com/), by [Joshua Allen Holm](http://opensource.com/users/holmja))"
        ]
      }
    ],
    "related": [
      "node.cobol",
      "fortran",
      "node.fortran"
    ]
  },
  "dependencies": {
    "oargv": "^2.0.0",
    "one-by-one": "^2.0.0",
    "sliced": "^1.0.1",
    "tmp": "^0.0.26",
    "ul": "^5.0.0",
    "which": "^1.1.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/IonicaBizau/node-cobol.git"
  },
  "bugs": {
    "url": "https://github.com/IonicaBizau/node-cobol/issues"
  },
  "homepage": "https://github.com/IonicaBizau/node-cobol",
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "index.d.ts",
    "package-lock.json",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ]
}