aureooms/js-oro

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
    "name": "@aureooms/js-oro",
    "description": "operations research and optimization code bricks for JavaScript",
    "main": "js/dist/oro.js",
    "bugs": {
        "url": "https://github.com/make-github-pseudonymous-again/js-oro/issues"
    },
    "keywords": [
        "js",
        "javascript",
        "algorithm",
        "complexity",
        "operations",
        "research",
        "optimization"
    ],
    "version": "0.1.2",
    "scripts": {
        "build": "./node_modules/.bin/aureooms-node-package-build",
        "test": "./node_modules/.bin/aureooms-node-package-test",
        "doc": "./node_modules/.bin/groc"
    },
    "devDependencies": {
        "aureooms-node-package": "^6.0.1"
    },
    "dependencies": {},
    "author": "aureooms",
    "repository": {
        "url": "https://github.com/make-github-pseudonymous-again/js-oro.git",
        "type": "git"
    },
    "homepage": "https://make-github-pseudonymous-again.github.io/js-oro",
    "license": "AGPL-3.0"
}