-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json.ls
More file actions
54 lines (42 loc) · 847 Bytes
/
package.json.ls
File metadata and controls
54 lines (42 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: \deltos
version: \1.5.4
description: "Deltos is a note management tool using flat files."
keywords:
\notes
\wiki
\memex
author: "Paul O'Leary McCann <polm@dampfkraft.com>"
homepage: "http://github.com/polm/deltos"
bugs: "http://github.com/polm/deltos/issues"
license: \WTFPL
dependencies:
'better-sqlite3': \^5.4.3
'js-yaml': \^3.2.2
'markdown-it': \^8.4.1
'markdown-it-anchor': \^5.0.2
'uuid': \^3.0.0
'prelude-ls': \^1.1.1
domino: \^2.1.0
rss: \^1.0.0
mkdirp: \^0.5.1
philtre: \^1.0.2
'fs-extra': \^7.0.0
split: \^1.0.0
dev-dependencies:
livescript: \^1.4.0
engines:
node: '>= 0.10.0'
directories:
lib: './lib'
bin: './bin'
files:
\lib
\bin
\README.md
main: './lib'
bin:
deltos: './bin/deltos'
prefer-global: true
repository:
type: \git
url: 'git://github.com/polm/deltos.git'