atsid/circuits-js

View on GitHub
js/package.json

Summary

Maintainability
Test Coverage
{
    "name": "circuits-js",
    "description": "A robust and pluggable client-side library for accessing services.",
    "keywords": ["SMD", "JSON Schema", "services", "REST", "service descriptors", "client-side", "models", "plugins"],
    "homepage": "http://atsid.github.io/",
    "version": "1.0.8",
    "licenses": [
        {
            "type": "Apache2.0",
            "url": "http://www.apache.org/licenses/LICENSE-2.0"
        }
    ],
    "contributors": [
        {
            "name": "natoverse"
        },
        {
            "name": "tom-servo"
        },
        {
            "name": "chileric"
        }
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/atsid/circuits-js.git"
    },
    "dojoBuild": "profile.js",
    "dependencies": {
        "requirejs": "> 2.0.0"
    },
    "scripts": {
        "build": "node node_modules/requirejs/bin/r.js -o single-file-all.js"
    },
    "optionalDependencies": {
    }
}