-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.06 KB
/
package.json
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
{
"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 <[email protected]>",
"homepage": "http://github.com/polm/deltos",
"bugs": "http://github.com/polm/deltos/issues",
"license": "WTFPL",
"dependencies": {
"better-sqlite3": "^7.4.6",
"domino": "^2.1.0",
"fs-extra": "^7.0.0",
"js-yaml": "^3.2.2",
"markdown-it": "^8.4.1",
"markdown-it-anchor": "^5.0.2",
"mkdirp": "^0.5.1",
"philtre": "^1.0.2",
"prelude-ls": "^1.1.1",
"rss": "^1.0.0",
"split": "^1.0.0",
"uuid": "^3.0.0"
},
"devDependencies": {
"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"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/polm/deltos.git"
}
}