aureooms/js-rpn

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "scripts": {
    "doc": "./node_modules/.bin/groc",
    "test": "./node_modules/.bin/aureooms-node-package-test",
    "build": "./node_modules/.bin/aureooms-node-package-build"
  },
  "version": "3.0.0",
  "devDependencies": {
    "aureooms-node-package": "^6.0.1"
  },
  "keywords": [
    "bricks",
    "compiler",
    "javascript",
    "js",
    "notation",
    "polish",
    "reverse",
    "ender"
  ],
  "bugs": {
    "url": "https://github.com/make-github-pseudonymous-again/js-rpn/issues"
  },
  "license": "AGPL-3.0",
  "dependencies": {},
  "name": "@aureooms/js-rpn",
  "homepage": "http://make-github-pseudonymous-again.github.io/js-rpn/",
  "description": "reverse polish notation code bricks for JavaScript",
  "author": "aureooms",
  "repository": {
    "type": "git",
    "url": "https://github.com/make-github-pseudonymous-again/js-rpn.git"
  },
  "main": "js/dist/rpn.js",
  "spm": {
    "main": "js/dist/rpn.js"
  }
}