corrade-nucleus-nucleons – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
2 office 1 {
2 "name": "interactjs",
3 "version": "1.2.8",
4 "main": "interact.js",
5 "description": "Drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE8+)",
6 "homepage": "http://interactjs.io",
7 "authors": [
8 {
9 "name": "Taye Adeyemi",
10 "email": "dev@taye.me",
11 "url": "http://taye.me"
12 }
13 ],
14 "keywords": [
15 "interact.js",
16 "draggable",
17 "droppable",
18 "drag",
19 "drop",
20 "drag and drop",
21 "resize",
22 "touch",
23 "multi-touch",
24 "gesture",
25 "snap",
26 "inertia",
27 "grid",
28 "autoscroll",
29 "SVG"
30 ],
31 "devDependencies": {
32 "mocha": "*",
33 "chai": "*"
34 },
35 "moduleType": [
36 "amd",
37 "globals",
38 "node"
39 ],
40 "license": "MIT",
41 "ignore": [
42 ".*",
43 "test",
44 "demo",
45 "img",
46 "docs"
47 ],
48 "_release": "1.2.8",
49 "_resolution": {
50 "type": "version",
51 "tag": "v1.2.8",
52 "commit": "9ac8acd60f9ec4ef9f318f8225fc85348ce5b236"
53 },
54 "_source": "https://github.com/taye/interact.js.git",
55 "_target": "^1.2.8",
56 "_originalSource": "interact.js",
57 "_direct": true
58 }