forked from a5hik/ng-sortable
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
36 lines (36 loc) · 870 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "ng-sortable",
"version": "1.3.8",
"homepage": "https://github.com/a5hik/ng-sortable",
"author": "Muhammed Ashik <https://github.com/a5hik>",
"description": "Angular Library for Drag and Drop, supports Sortable and Draggable.",
"license": "MIT",
"main": [
"dist/ng-sortable.js",
"dist/ng-sortable.css"
],
"keywords": [
"angular",
"drag",
"drop",
"sortable",
"draggable",
"touch",
"directive"
],
"dependencies": {
"angular": ">=1.3.0"
},
"devDependencies": {
"angular": ">=1.3.0",
"bootstrap-css-only": ">=3.2.0",
"angular-bootstrap": ">=0.13.1",
"angular-route": ">=1.3.0"
},
"ignore": [
"node_modules", "bower_components",
"test", "demo", "source", ".gitignore",
".jshintrc", ".travis.yml", "Gruntfile.js",
".bowerrc", "karma.conf.js", "package.json"
]
}