{
  "name": "rpn-infix-postfix",
  "version": "1.0.5",
  "repository": "https://github.com/SC0d3r/RPN-infix-to-postfix.git",
  "description": "RPN infix to posfix",
  "main": "index.js",
  "scripts": {
    "test": "jasmine-node spec/ --color"
  },
  "keywords": [
    "RPN",
    "infix",
    "postfix",
    "math"
  ],
  "author": "SC0d3r",
  "license": "MIT",
  "devDependencies": {
    "jasmine-node": "^1.14.5"
  }
}
