UNPKG
autod-egg
Version:
latest (1.1.0)
1.1.0
1.0.0
autod egg plugin
github.com/eggjs/autod-egg
eggjs/autod-egg
autod-egg
/
package.json
21 lines
(20 loc)
•
312 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name"
:
"autod-egg"
,
"version"
:
"1.1.0"
,
"description"
:
"autod egg plugin"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/eggjs/autod-egg.git"
}
,
"keywords"
:
[
"egg"
,
"autod"
,
"plugin"
]
,
"engines"
:
{
"node"
:
">=4.0.0"
}
,
"files"
:
[
"index.js"
]
}