-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
53 lines (53 loc) · 1.03 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
52
53
{
"name": "tn",
"description": "Appcelerator & Titanium CLI wrapper to save you keystrokes.",
"keywords": [
"appcelerator",
"titanium",
"mobile",
"ios",
"iphone",
"android",
"alloy",
"cli"
],
"version": "4.2.1",
"author": {
"name": "Fokke Zandbergen",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Jason Kneen",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/jasonkneen/tn.git"
},
"preferGlobal": true,
"dependencies": {
"appc-compat": "^1.0.3",
"colors": "^1.0.3",
"fields": "^0.1.23",
"underscore": "^1.8.3",
"update-notifier": "^0.6.0"
},
"license": "Apache-2.0",
"bin": "./bin/cli.js",
"main": "./main.js",
"scripts": {
"postinstall": "node bin/cli.js uninstall"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=0.8"
},
"homepage": "http://www.bouncingfish.com",
"bugs": {
"url": "https://github.com/jasonkneen/tn/issues"
}
}