-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.01 KB
/
package.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
{
"name": "dworklight",
"version": "1.0.0",
"description": "Dojo-Worklight integration modules",
"keywords": [
"worklight",
"dojo",
"dcordova",
"dworklight",
"mobile",
"hybrid"
],
"homepage": "https://github.com/kfbishop/dworklight-testapp",
"bugs": "https://github.com/kfbishop/dworklight-testapp/issues",
"contributors": [
"Karl Bishop <kfbishop@us.ibm.com>",
"Chris Felix <chrisfel@ca.ibm.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/kfbishop/dworklight.git"
},
"licenses": [
{
"type": "BSD",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
}
],
"dependencies": {
"dojo": [
"1.9"
],
"dijit": [
"1.9"
],
"dojox": [
"1.9"
],
"dcordova": [
"0.1"
]
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bower-task": "~0.3.2",
"grunt-shell": "~0.4.0",
"grunt-dojo": "~0.2.4",
"grunt-madge": "0.0.1"
},
"dojoBuild": "package.js"
}