-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 830 Bytes
/
bower.json
File metadata and controls
41 lines (41 loc) · 830 Bytes
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
{
"name": "dx-javascript-webapi-client",
"version": "1.0.0.9",
"homepage": "https://github.com/donwibier/DXDevExtremeWebAPI",
"description": "Javascript WebAPI client incl. social and external (Facebook ) logins",
"main": [
"source/js/dx.webapi.client.js",
"source/js/dx.webapi.client.oauth.complete.js",
"source/oauthcomplete.html"
],
"moduleType": [
"globals"
],
"keywords": [
"DevExtreme",
"Cordova",
"AngularJS",
"ASP.NET",
"WebAPI",
"Authentication",
"Social",
"Facebook",
"OAuth"
],
"authors": [
"Don Wibier DevExpress <donw@devexpress.com>"
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.10.2"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"sample",
"nuget"
]
}