mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 16:57:14 -06:00
25 lines
659 B
JSON
25 lines
659 B
JSON
{
|
|
"name": "angular-native-dragdrop",
|
|
"version": "1.1.1",
|
|
"description": "Angular HTML5 Drag and Drop directive written in pure with no dependency on JQuery.",
|
|
"main": "draganddrop.js",
|
|
"scripts": {
|
|
"test": "gulp"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular-dragdrop/angular-dragdrop.git"
|
|
},
|
|
"author": "ganarajpr",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/angular-dragdrop/angular-dragdrop/issues"
|
|
},
|
|
"homepage": "http://angular-dragdrop.github.io/angular-dragdrop",
|
|
"devDependencies": {
|
|
"gulp": "^3.8.11",
|
|
"gulp-jshint": "^1.9.2",
|
|
"jshint-stylish": "^1.0.1"
|
|
}
|
|
}
|