-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 963 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
36
{
"name": "@micro-os-plus/libs-cpp",
"version": "3.0.1",
"description": "A source library xPack with complementary C++ library functions",
"main": "",
"scripts": {
"npm-install": "npm install",
"pack": "npm pack",
"version-patch": "npm version patch",
"version-minor": "npm version minor",
"postversion": "git push origin --all && git push origin --tags",
"git-log": "git log --pretty='%cd * %h %s' --date=short"
},
"repository": {
"type": "git",
"url": "https://github.com/micro-os-plus/libs-cpp-xpack.git/"
},
"homepage": "https://github.com/micro-os-plus/libs-cpp-xpack/",
"keywords": [
"xpack",
"c++",
"micro-os-plus",
"library"
],
"author": {
"name": "Liviu Ionescu",
"email": "[email protected]",
"url": "https://github.com/ilg-ul/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/micro-os-plus/libs-cpp-xpack/issues/"
},
"config": {},
"xpack": {}
}