UNPKG
proxkey
Version:
latest (0.4.0)
0.4.0
0.3.8
0.3.7
0.3.6
0.3.5
0.3.3
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.7
0.1.6
0.1.2
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
0.0.0
Proxy/Mock server for testing build on top of HAPI.js
github.com/doron2402/Proxkey
doron2402/Proxkey
proxkey
/
example
/
package.json
16 lines
(15 loc)
•
305 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name"
:
"example"
,
"version"
:
"0.0.6"
,
"description"
:
"proxkey example"
,
"main"
:
"index.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
"start"
:
"node index.js"
},
"author"
:
""
,
"license"
:
"BSD-2-Clause"
,
"dependencies"
: {
"proxkey"
:
"0.3.8"
} }