File tree Expand file tree Collapse file tree 1 file changed +22
-13
lines changed Expand file tree Collapse file tree 1 file changed +22
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aspect-ratio" ,
3
3
"description" : " Get the screen aspect ratio of a device" ,
4
+ "homepage" : " https://github.com/Kikobeats/aspect-ratio" ,
4
5
"version" : " 1.0.0" ,
6
+ "main" : " ./index.js" ,
7
+ "bin" : {
8
+ "aspect-ratio" : " bin/index.js"
9
+ },
5
10
"author" : {
6
- "name" : " Kiko Beats" ,
7
11
"email" : " josefrancisco.verdu@gmail.com" ,
12
+ "name" : " Kiko Beats" ,
8
13
"url" : " https://github.com/Kikobeats"
9
14
},
10
- "bin" : {
11
- "aspectRatio" : " bin/index.js"
15
+ "repository" : {
16
+ "type" : " git" ,
17
+ "url" : " git+https://github.com/Kikobeats/aspect-ratio.git"
18
+ },
19
+ "bugs" : {
20
+ "url" : " https://github.com/Kikobeats/aspect-ratio/issues"
12
21
},
22
+ "keywords" : [
23
+ " aspect" ,
24
+ " device" ,
25
+ " ratio" ,
26
+ " screen"
27
+ ],
13
28
"dependencies" : {
14
29
"meow" : " latest"
15
30
},
27
42
"engines" : {
28
43
"node" : " *"
29
44
},
30
- "homepage" : " https://github.com/Kikobeats/aspect-ratio" ,
31
- "keywords" : [
32
- " aspect" ,
33
- " ratio" ,
34
- " device" ,
35
- " screen"
45
+ "files" : [
46
+ " bin"
36
47
],
37
- "license" : " MIT" ,
38
- "main" : " ./index.js" ,
39
- "repository" : " Kikobeats/aspect-ratio" ,
40
48
"scripts" : {
41
49
"test" : " sh test/test.sh"
42
- }
50
+ },
51
+ "license" : " MIT"
43
52
}
You can’t perform that action at this time.
0 commit comments