forked from tidev/node-ios-device
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.17 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.17 KB
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
54
55
56
57
{
"name": "node-ios-device",
"description": "iOS device library",
"version": "0.9.0",
"author": {
"name": "Appcelerator, Inc.",
"email": "info@appcelerator.com"
},
"maintainers": [
{
"name": "Chris Barber",
"email": "cbarber@appcelerator.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/appcelerator/node-ios-device.git"
},
"keywords": [
"appcelerator",
"ios",
"iphone",
"ipad",
"install",
"mobiledevice",
"mobile"
],
"dependencies": {
"nan": "~2.3.2",
"node-pre-gyp": "^0.6.27"
},
"bundledDependencies": [
"node-pre-gyp"
],
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"packpub": "node-pre-gyp rebuild package publish"
},
"binary": {
"module_name": "node_ios_device",
"module_path": "./binding/{node_abi}-{platform}-{arch}/",
"remote_path": "./{name}/v{version}",
"host": "https://appc-node-binaries.s3.amazonaws.com"
},
"license": "Apache-2.0",
"gypfile": true,
"os": [
"darwin"
],
"main": "./ios-device",
"engines": {
"node": ">=0.10"
},
"devDependencies": {
"aws-sdk": "^2.3.7"
}
}