aureooms/js-rpn

View on GitHub
pkg.json

Summary

Maintainability
Test Coverage
{
    "debug": false,
    "out": "js/dist/",
    "name": "rpn",
    "code": {
        "main": [
            "js",
            "dist",
            "rpn.js"
        ],
        "test": [
            "test",
            "js"
        ]
    },
    "src": "js/src/",
    "babel": true
}