forked from a5hik/ng-sortable
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
48 lines (48 loc) · 990 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "ng-sortable-ie8",
"version": "1.2.2",
"homepage": "https://github.com/kalmykov-sergey/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.2.28"
},
"devDependencies": {
"angular": "1.2.28",
"bootstrap-css-only": "~3.2.0",
"angular-bootstrap": "~0.11.2",
"angular-route": "1.2.28",
"angular-mocks": "1.2.28"
},
"ignore": [
"node_modules",
"bower_components",
"test",
"demo",
"source",
".gitignore",
".jshintrc",
".travis.yml",
"Gruntfile.js",
".bowerrc",
"karma.conf.js",
"package.json"
],
"resolutions": {
"angular": "1.2.28"
}
}