forked from flyve-mdm/android-mdm-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 818 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
{
"name": "@teclib/android-mdm-agent",
"version": "2.0.0-rc.7",
"description": "Flyve MDM Agent for Android",
"main": "index.js",
"scripts": {
"release": "standard-version -t ''"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flyve-mdm/android-mdm-agent.git"
},
"keywords": [
"Android",
"mdm",
"flyve",
"mqtt",
"agent",
"teclib"
],
"author": "Rafael Hernandez <[email protected]> (https://flyve-mdm.com)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/flyve-mdm/android-mdm-agent/issues"
},
"homepage": "http://flyve.org/android-mdm-agent/",
"devDependencies": {
"conventional-github-releaser": "^3.1.2",
"gh-pages": "^2.0.0",
"node-github-release": "^0.2.1",
"standard-version": "^4.4.0"
}
}