corrade-nucleus-nucleons

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 2
/script-kiddie/002_script_kiddie/script-kiddie/bower_components/interactjs/package.json
@@ -0,0 +1,43 @@
{
"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"
]
}
}