-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 809 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 809 Bytes
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-library-glpi",
"version": "1.0.0",
"description": "GLPI API Client Library for Java",
"main": "index.js",
"scripts": {
"release": "standard-version -t ''"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glpi-project/java-library-glpi"
},
"keywords": [
"android",
"glpi",
"flyve",
"library",
"agent",
"teclib"
],
"author": "Rafael Hernandez <rhernandez@teclib.com> (https://flyve-mdm.com)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/glpi-project/java-library-glpi/issues"
},
"homepage": "https://github.com/glpi-project/java-library-glpi#readme",
"devDependencies": {
"standard-version": "^4.2.0"
},
"dependencies": {
"conventional-github-releaser": "^3.0.0"
}
}