UNPKG
f-tool
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
A small set of command line tools
f-tool
/
package.json
18 lines
(17 loc)
•
273 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name"
:
"f-tool"
,
"version"
:
"0.1.3"
,
"description"
:
"A small set of command line tools"
,
"bin"
:
{
"f"
:
"bin/f"
}
,
"keywords"
:
[
"f"
,
"tools"
]
,
"author"
:
"Vadim Ogievetsky"
,
"license"
:
"MIT"
,
"dependencies"
:
{
"split"
:
"^1.0.0"
}
}