-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@micro-os-plus/architecture-aarch64",
"version": "3.2.0",
"description": "A source library xPack with the µOS++ Arm AArch64 architecture",
"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/architecture-aarch64-xpack.git/"
},
"homepage": "https://github.com/micro-os-plus/architecture-aarch64-xpack/",
"bugs": {
"url": "https://github.com/micro-os-plus/architecture-aarch64-xpack/issues/"
},
"keywords": [
"xpack",
"c++",
"posix",
"micro-os-plus",
"aarch64"
],
"author": {
"name": "Liviu Ionescu",
"email": "[email protected]",
"url": "https://github.com/ilg-ul/"
},
"license": "MIT",
"config": {},
"dependencies": {},
"bundleDependencies": [],
"devDependencies": {},
"xpack": {
"minimumXpmRequired": "0.14.0",
"dependencies": {},
"devDependencies": {},
"properties": {},
"actions": {},
"buildConfigurations": {}
}
}