forked from infosia/titanium_mobile_windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 1023 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
{
"name": "titanium-mobile-windows",
"title": "Windows",
"description": "Appcelerator Titanium Windows Platform",
"keywords": [
"appcelerator",
"titanium",
"mobile",
"win8",
"wp8",
"winphone8",
"windows",
"windows phone",
"windows store",
"winstore"
],
"version": "__VERSION__",
"author": "Appcelerator, Inc. <info@appcelerator.com>",
"maintainers": [
"Matt Langston <mlangston@appcelerator.com>",
"Russ McMahon <rmcmahon@appcelerator.com>",
"Pedro Enrique <penrique@appcelerator.com>",
"Chris Williams <cwilliams@appcelerator.com>",
"Chris Barber <cbarber@appcelerator.com>"
],
"vendorDependencies": {
"visual studio": ">=12.x <=14.x",
"windows phone sdk": "8.1 || 10.0",
"msbuild": ">=4.0",
"node": ">=0.10.0 <=0.12.x",
"java": "<=1.8.x"
},
"engines": {
"node": ">=0.10.13"
},
"repository": {
"type": "git",
"url": "git://github.com/appcelerator/titanium_mobile_windows.git"
},
"license": "Apache Public License v2"
}