mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
36 lines
826 B
JSON
36 lines
826 B
JSON
{
|
|
"name": "angular-native-dragdrop",
|
|
"version": "1.2.2",
|
|
"homepage": "http://angular-dragdrop.github.io/angular-dragdrop",
|
|
"authors": [
|
|
"ganarajpr"
|
|
],
|
|
"description": "Angular HTML5 Drag and Drop directive written in pure with no dependency on JQuery.",
|
|
"main": "draganddrop.js",
|
|
"keywords": [
|
|
"angular",
|
|
"drag",
|
|
"drop",
|
|
"html5"
|
|
],
|
|
"dependencies": {
|
|
"angular": "^1.3"
|
|
},
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"_release": "1.2.2",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "1.2.2",
|
|
"commit": "e630636fdc39fef815c1c534340aa16caf76a04c"
|
|
},
|
|
"_source": "https://github.com/angular-dragdrop/angular-dragdrop.git",
|
|
"_target": "1.2.2",
|
|
"_originalSource": "angular-native-dragdrop"
|
|
} |