corrade-nucleus-nucleons – Rev 2

Subversion Repositories:
Rev:
{
    "name": "interactjs",
    "version": "1.2.8",
    "repository": {
        "type": "git",
        "url": "https://github.com/taye/interact.js.git"
    },
    "main": "interact.js",
    "description": "Drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE8+)",
    "homepage": "http://interactjs.io",
    "authors": [{
        "name" : "Taye Adeyemi",
        "email": "dev@taye.me",
        "url"  : "http://taye.me"
    }],
    "keywords": [
        "interact.js",
        "draggable",
        "droppable",
        "drag",
        "drop",
        "drag and drop",
        "resize",
        "touch",
        "multi-touch",
        "gesture",
        "snap",
        "inertia",
        "grid",
        "autoscroll",
        "SVG"
    ],
    "license"    : "MIT",
    "spm": {
        "main": "interact.js",
        "ignore": [
            "test",
            "demo",
            "img",
            "docs"
        ]
    }
}