forked from ARM-software/CMSIS_5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
48
49
{
"name": "@xpack-3rd-party/arm-cmsis-core",
"version": "5.4.0-6",
"description": "A source library xPack with Arm CMSIS Core",
"main": "",
"scripts": {
"npm-install": "npm install",
"pack": "npm pack",
"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/xpack-3rd-party/arm-cmsis-core-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-3rd-party/arm-cmsis-core-xpack/issues/"
},
"homepage": "https://github.com/xpack-3rd-party/arm-cmsis-core-xpack/",
"keywords": [
"xpack"
],
"author": {
"name": "Liviu Ionescu",
"email": "[email protected]",
"url": "https://github.com/ilg-ul/"
},
"contributors": [
{
"name": "Arm Limited",
"url": "http://arm-software.github.io/CMSIS_5/index.html",
"license": "Apache 2.0"
}
],
"license": "MIT",
"config": {},
"dependencies": {},
"devDependencies": {},
"xpack": {
"minimumXpmRequired": "0.13.7",
"properties": {},
"actions": {
"install-all": "echo TODO",
"test-all": "echo TODO",
"clean-all": "echo TODO"
},
"buildConfigurations": {}
}
}