forked from ChenYilong/CYLTabBarController
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 792 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
{
"name": "CYLTabBarController",
"version": "1.0.0",
"description": "<p align=\"center\"><a href=\"https://github.com/ChenYilong/CYLTabBarController\"><img src=\"https://repository-images.githubusercontent.com/44896762/c1d6e880-a8d8-11e9-8bb4-2da8ebc06f0a\"></a></p>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChenYilong/CYLTabBarController.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ChenYilong/CYLTabBarController/issues"
},
"homepage": "https://github.com/ChenYilong/CYLTabBarController#readme",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}