forked from flyve-mdm/ios-mdm-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 816 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
{
"name": "@teclib/flyve-mdm-ios",
"version": "1.0.0",
"description": "Flyve MDM Agent for iOS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flyve-mdm/flyve-mdm-ios.git"
},
"keywords": [
"ios",
"apple",
"mdm",
"flyve",
"mqtt",
"agent",
"teclib"
],
"author": "Hector Rondon <[email protected]> (https://flyve-mdm.com)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/flyve-mdm/flyve-mdm-ios/issues"
},
"homepage": "https://github.com/flyve-mdm/flyve-mdm-ios#readme",
"devDependencies": {
"standard-version": "^4.2.0"
},
"dependencies": {
"conventional-github-releaser": "^3.0.0"
}
}