-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "com.sensimity.ti.capabilityalert",
"version": "0.1.0",
"description": "Library to structure alerts, for example to show an alert when an application needs to be updated",
"titaniumManifest": {
"guid": "376928cb-429f-4c7e-ea30-9d38b7d5a240",
"moduleid": "com.sensimity.ti.capabilityalert"
},
"author": {
"name": "William Rijksen",
"email": "william@enrise.com",
"url": "http://www.enrise.com"
},
"license": "LGPL-2.1",
"repository": {
"type": "git",
"url": "https://github.com/Sensimity/com.sensimity.ti.capabilityalert.git"
},
"engines": {
"titaniumsdk": ">= 4.0.0"
},
"main": "index.js",
"keywords": [
"titanium",
"titaniumifier",
"sensimity",
"capability",
"alert"
],
"devDependencies": {
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "~0.12.0",
"grunt-titanium": "^0.3.1",
"grunt-titaniumifier": "^1.1.0",
"grunt-zip": "^0.16.0",
"grunt": "^0.4.2",
"should": "~4.0.4",
"mocha": "~1.21.4"
},
"nativeDependencies": {
"alloy": "*",
"alloy/underscore": "*",
"alloy/backbone": "*"
}
}