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