-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "@micro-os-plus/devices-stm32f4-extras",
"version": "2.2.2",
"description": "A source xPack with µOS++ complementary STM32F4 files",
"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/devices-stm32f4-extras-xpack.git/"
},
"bugs": {
"url": "https://github.com/micro-os-plus/devices-stm32f4-extras-xpack/issues/"
},
"homepage": "https://github.com/micro-os-plus/devices-stm32f4-extras-xpack/",
"keywords": [
"xpack",
"stm",
"stm32f0",
"cortex-m",
"micro-os-plus"
],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "https://github.com/ilg-ul/"
},
"license": "MIT",
"config": {},
"devDependencies": {},
"xpack": {}
}