forked from rodrigopivi/odataUiGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
52 lines (52 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
49
50
51
52
{
"name": "odata-ui-grid",
"version": "0.0.1",
"description": "odata uiGrid",
"license": "MIT",
"keywords": ["uiGrid", "ngGrid", "Odata"],
"repository" : {
"type" : "git",
"url" : "https://github.com/rodrigopivi/odataUiGrid.git"
},
"authors": [
"Rodrigo Pimentel"
],
"main": [
"dist/odata-ui-grid.js"
],
"private": false,
"ignore": [
"bin",
"lib",
"demo",
"vendor",
"obj",
"node_modules",
"**/.*",
"**/*.csproj",
"**/*.user",
"**/*.sln",
"**/*.html",
"**/*.config",
".bowerrc",
".gitignore",
".jshintrc",
"*.json",
"gulpfile.js",
"index.html",
"karma.conf.js",
"package.json",
"README.txt"
],
"dependencies": {
"angular": "~1.4.4",
"angular-odata-resources": "~1.0.10",
"angular-ui-grid": "~3.0.5"
},
"devDependencies": {
"bootstrap": "~3.3.5",
"angular-mocks": "~1.4.4",
"angular-scenario": "~1.4.4",
"jasmine": "~2.3.4"
}
}