corrade-nucleus-nucleons – Rev 31

Subversion Repositories:
Rev:
{
  "_from": "interactjs@^1.2.9",
  "_id": "interactjs@1.2.9",
  "_inBundle": false,
  "_integrity": "sha1-rlo+W8SxdLf+KkMt+e9O+cusvbY=",
  "_location": "/interactjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "interactjs@^1.2.9",
    "name": "interactjs",
    "escapedName": "interactjs",
    "rawSpec": "^1.2.9",
    "saveSpec": null,
    "fetchSpec": "^1.2.9"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/interactjs/-/interactjs-1.2.9.tgz",
  "_shasum": "ae5a3e5bc4b174b7fe2a432df9ef4ef9cbacbdb6",
  "_spec": "interactjs@^1.2.9",
  "_where": "/Users/horia.corcalciuc/Documents/Development/corrade-nucleus-nucleons/base/000_base",
  "authors": [
    {
      "name": "Taye Adeyemi",
      "email": "dev@taye.me",
      "url": "http://taye.me"
    }
  ],
  "bugs": {
    "url": "https://github.com/taye/interact.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE8+)",
  "files": [
    "dist/",
    "interact.js",
    "LICENSE",
    "interact.d.ts",
    "interact-test.ts"
  ],
  "homepage": "http://interactjs.io",
  "keywords": [
    "interact.js",
    "draggable",
    "droppable",
    "drag",
    "drop",
    "drag and drop",
    "resize",
    "touch",
    "multi-touch",
    "gesture",
    "snap",
    "inertia",
    "grid",
    "autoscroll",
    "SVG"
  ],
  "license": "MIT",
  "main": "interact.js",
  "name": "interactjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/taye/interact.js.git"
  },
  "scripts": {
    "build": "npm run write-min-header && cp interact.js dist/ && cd dist && closure-compiler --create_source_map interact.min.js.map interact.js >> interact.min.js && echo '//# sourceMappingURL=interact.min.js.map' >> interact.min.js",
    "write-min-header": "echo -n \"/* interact.js v${npm_package_version} | https://raw.github.com/taye/interact.js/master/LICENSE */\" > dist/interact.min.js"
  },
  "version": "1.2.9"
}