forked from bifravst/cat-tracker-fw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 840 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
{
"name": "@bifravst/cat-tracker-fw",
"version": "0.0.0-development",
"description": "Cat Tracker Firmware",
"repository": {
"type": "git",
"url": "https://github.com/bifravst/cat-tracker-fw.git"
},
"bugs": {
"url": "https://github.com/bifravst/cat-tracker-fw/issues"
},
"homepage": "https://bifravst.github.io/",
"keywords": [
"Cloud",
"IoT",
"bifravst",
"AssetTracker",
"NordicSemiconductor"
],
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "BSD-5-Clause-Nordic",
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-angular": "^8.1.0",
"husky": "^3.0.5",
"semantic-release": "^15.13.24",
"standard": "^14.1.0",
"stream-buffers": "^3.0.2"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e"
}
}
}