mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
28 lines
537 B
JSON
28 lines
537 B
JSON
{
|
|
"name": "angular-native-dragdrop",
|
|
"version": "1.2.1",
|
|
"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"
|
|
]
|
|
}
|