-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1012 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
41
42
43
44
45
46
47
{
"name": "ti-superagent",
"version": "0.7.1",
"titaniumManifest": {
"name": "superagent",
"guid": "281048cb-9b3e-86f4-a39d-35499d4ab415",
"moduleid": "superagent"
},
"description": "Titanium.Network.HTTPClient with less suck!",
"author": {
"name": "Pier Paolo Ramon",
"email": "pierpaolo.ramon@smc.it",
"url": "https://github.com/yuchi"
},
"license": "LGPL-2.1",
"repository": {
"type": "git",
"url": "https://github.com/smclab/ti-superagent.git"
},
"engines": {
"titaniumsdk": ">= 3.3.0"
},
"main": "index.js",
"scripts": {
"test": "grunt"
},
"keyboard": [
"titanium",
"ajax",
"superagent",
"titaniumifier"
],
"titanium": {
"./index.js": "./titanium.js"
},
"browser": {},
"dependencies": {
"superagent": "~0.19.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-titanium": "^0.3.1",
"grunt-titaniumifier": "^1.0.0",
"grunt-zip": "^0.16.2"
}
}