-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
59 lines (59 loc) · 1.32 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@teclib/ios-library-glpi",
"version": "1.0.0",
"description": "GLPI APIs Client Library for Swift for REST",
"homepage": "https://github.com/glpi-project/swift-library-glpi#readme",
"main": "index.js",
"scripts": {
"release": "yarn standard-version"
},
"keywords": [
"glpi",
"flyve",
"inventory",
"mdm",
"mobile",
"device",
"management"
],
"authors": [
{
"name": "Hector Rondon",
"email": "[email protected]"
},
{
"name": "Alexander Salas Bastidas",
"email": "[email protected]"
}
],
"license": "Apache License, Version 2.0",
"social_media_url": "https://twitter.com/FlyveMDM",
"platforms": {
"ios": "10.3"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"pushed_with_swift_version": "4.2",
"ignore": [
"**/.*"
],
"source": {
"git": "https://github.com/glpi-project/swift-library-glpi.git",
"tag": "1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glpi-project/swift-library-glpi.git"
},
"bugs": {
"url": "https://github.com/glpi-project/swift-library-glpi/issues"
},
"private": true,
"devDependencies": {
"conventional-github-releaser": "^3.1.2",
"gh-pages": "^2.0.1",
"node-github-release": "^0.2.1",
"standard-version": "^4.4.0"
}
}