corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 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 "name" : "Taye Adeyemi",
9 "email": "dev@taye.me",
10 "url" : "http://taye.me"
11 }],
12 "keywords": [
13 "interact.js",
14 "draggable",
15 "droppable",
16 "drag",
17 "drop",
18 "drag and drop",
19 "resize",
20 "touch",
21 "multi-touch",
22 "gesture",
23 "snap",
24 "inertia",
25 "grid",
26 "autoscroll",
27 "SVG"
28 ],
29 "devDependencies": {
30 "mocha": "*",
31 "chai": "*"
32 },
33 "moduleType": [
34 "amd",
35 "globals",
36 "node"
37 ],
38 "license": "MIT",
39 "ignore": [
40 ".*",
41 "test",
42 "demo",
43 "img",
44 "docs"
45 ]
46 }