olegskl/rpn-calculator

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "rpn-calculator",
  "version": "0.0.3",
  "description": "Reverse Polish notation calculator",
  "main": "rpn.js",
  "dependencies": {},
  "devDependencies": {
    "chai": "~1.10.0",
    "chai-spies": "~0.5.1",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.5",
    "jshint": "~2.5.11",
    "mocha": "~2.1.0",
    "mocha-lcov-reporter": "0.0.1"
  },
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/olegskl/rpn-calculator.git"
  },
  "keywords": [
    "RPN",
    "calculator",
    "Reverse Polish notation",
    "math"
  ],
  "author": {
    "name": "Oleg Sklyanchuk",
    "email": "sklyanchuk@gmail.com",
    "url": "oregu.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/olegskl/rpn-calculator/issues"
  },
  "homepage": "https://github.com/olegskl/rpn-calculator"
}