-
Notifications
You must be signed in to change notification settings - Fork 128
/
package.json
40 lines (40 loc) · 935 Bytes
/
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
{
"version": "2.0.0",
"description": "A side drawer navigation container view controller for Appcelerator Titanium.",
"author": "Mads Møller",
"license": "MIT",
"name": "ti-module-dk.napp.drawer",
"appc-npm": {
"target": {
"titanium": "/",
"alloy": "/"
},
"unzip": [
"ios/dist/dk.napp.drawer-iphone-2.0.0.zip",
"android/dist/dk.napp.drawer-android-2.0.2.zip"
]
},
"files": [
"appc-npm",
"ios/dist/dk.napp.drawer-iphone-2.0.0.zip",
"android/dist/dk.napp.drawer-android-2.0.2.zip"
],
"scripts": {
"postinstall": "node ./appc-npm"
},
"keywords": [
"appcelerator",
"appc-npm",
"ti-module",
"titanium",
"alloy"
],
"repository": {
"type": "git",
"url": "git://github.com/viezel/NappDrawer.git"
},
"homepage": "https://github.com/viezel/NappDrawer",
"bugs": {
"url": "https://github.com/viezel/NappDrawer/issues"
}
}