-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 906 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": "milestone-progress-bar",
"version": "1.0.5",
"description": "Just a progress bar with milestones",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SuperThinking/milestone-progress-bar.git"
},
"author": "Vishal Dhawan",
"license": "MIT",
"bugs": {
"url": "https://github.com/SuperThinking/milestone-progress-bar/issues"
},
"homepage": "https://github.com/SuperThinking/milestone-progress-bar#readme",
"dependencies": {
"@types/react": "^16.9.49",
"@types/react-native": "^0.63.16",
"tsc": "^1.20150623.0"
},
"keywords": [
"progress-bar",
"progressbar",
"milestone-progress-bar",
"react-native"
],
"devDependencies": {
"react": "^16.13.1",
"react-native": "^0.63.2"
}
}