UNPKG
10xdeveloper
Version:
latest (1.0.0)
1.0.0
code for 10 x developers only
10xdeveloper
/
package.json
17 lines
(16 loc)
•
298 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"10xdeveloper"
,
"version"
:
"1.0.0"
,
"description"
:
"code for 10 x developers only"
,
"main"
:
"index.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
: [
"10x"
,
"Dev"
,
"Engineer"
],
"author"
:
"dev"
,
"license"
:
"ISC"
}