-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 749 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 749 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
{
"name": "ti-window-stack",
"version": "1.1.4",
"description": "Manage iPhone and Android windows in same code base",
"main": "./WindowStack.js",
"titaniumManifest": {
"guid": "650ca435-0741-f46a-042f-e2f5f2ff0ae6",
"moduleid": "ti-window-stack"
},
"repository": {
"type": "git",
"url": "https://github.com/HazemKhaled/TiWindowStack.git"
},
"author": {
"name": "Hazem Khaled",
"email": "hazem.khaled@gmail.com",
"url": "http://about.me/hazemkhaled"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/HazemKhaled/TiWindowStack/issues"
},
"homepage": "https://github.com/HazemKhaled/TiWindowStack",
"keywords": [
"titanium",
"titaniumifier",
"ios",
"android"
]
}