forked from glpi-project/ios-inventory-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.35 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.35 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
58
59
{
"name": "@teclib/flyve-mdm-ios-inventory",
"version": "1.3.2",
"description": "Inventory client library written in Swift for developing applications on iOS",
"homepage": "https://github.com/flyve-mdm/flyve-mdm-ios-inventory-agent#readme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version"
},
"keywords": [
"flyve",
"uhuru",
"mdm",
"mobile",
"device",
"management"
],
"authors": [
{
"name": "Hector Rondon",
"email": "hrondon@teclib.com"
},
{
"name": "Alexander Salas Bastidas",
"email": "asalas@teclib.com"
}
],
"license": "GPL-3.0",
"social_media_url": "https://twitter.com/FlyveMDM",
"platforms": {
"ios": "9.3"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"pushed_with_swift_version": "3.0",
"ignore": [
"**/.*"
],
"source": {
"git": "https://github.com/flyve-mdm/flyve-mdm-ios-inventory.git",
"tag": "1.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flyve-mdm/flyve-mdm-ios-inventory.git"
},
"bugs": {
"url": "https://github.com/flyve-mdm/flyve-mdm-ios-inventory/issues"
},
"private": true,
"devDependencies": {
"standard-version": "^4.4.0"
},
"dependencies": {
"conventional-github-releaser": "^3.0.0"
}
}