rpn-infix-postfix
Version:
RPN infix to posfix
22 lines (21 loc) • 420 B
JSON
{
"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"
}
}