UNPKG
micros
Version:
latest (0.9.9)
0.9.9
0.9.8
0.9.7
0.9.5
0.9.4
0.9.3
0.9.2
0.9.2-b
0.9.2-a
0.9.1
A simple MicroService Framework
github.com/nefiltari/micros
nefiltari/micros
micros
/
test
/
services
/
micros-add
/
package.json
12 lines
(11 loc)
•
218 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"name"
:
"micros-add"
,
"version"
:
"0.0.0"
,
"description"
:
""
,
"main"
:
"index.coffee"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"Ramastuh"
,
"license"
:
"ISC"
}