UNPKG
purelog-cli
Version:
latest (0.0.3)
0.0.3
0.0.1
Command line interface for Purelog
conis/Purelog
purelog-cli
/
boilerplate
/
app
/
package.json
15 lines
(14 loc)
•
315 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ "
main
":
"app.js"
,
"dependencies"
:{ "express":
"*"
,
"purelog"
:
"*"
,
"purelog-storage-local"
:
"*"
,
"purelog-storage-dropbox"
:
"*"
,
"purelog-storage-git"
:
"*"
,
"purelog-router-rss"
:
"*"
,
"purelog-reduce-cache"
:
"*"
,
"purelog-theme-ghost"
:
"*"
,
"purelog-theme-hyde"
:
"*"
} }