-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 5.79 KB
/
Copy pathpackage.json
File metadata and controls
116 lines (116 loc) · 5.79 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "mdwiki",
"repository": {
"type": "git",
"url": "https://github.com/epsil/mdwiki.git"
},
"scripts": {
"clean": "git stash && git clean -d -f -f -x",
"clean!": "npm run reset && npm run clean",
"clean!!": "npm run reset! && npm run clean",
"ds_store": "find . -iname \"*.DS_Store\" -exec git rm {} \\;; find . -iname \"*.directory\" -exec git rm {} \\;; find . -iname \"*er i konflikt*\" -exec git rm {} \\;; find . -iname \"*.DS_Store\" -exec rm {} \\;; find . -iname \"*.directory\" -exec rm {} \\;; find . -iname \"*.log\" -exec rm {} \\;",
"dotfiles": "npm run ds_store",
"rebuild": "npm run build && npm run bundle && npm run build",
"retest": "npm run clean! && npm install && npm test",
"build": "node _assets/js/lib/build.js",
"compile": "node _assets/js/lib/build.js index.md test.html",
"browser": "browserify _assets/js/lib/index.js -o _assets/js/wiki.js && browserify _assets/js/test/index.js -o _assets/js/test/test.js",
"bundle": "npm run browser && npm run lint",
"minify": "uglifyjs js/wiki.js -o js/wiki.js",
"http": "http-server -p 8000",
"live": "live-server",
"start": "npm run open && npm run server",
"server": "live-server --port=8000 --ignore=npm-debug.log --no-browser",
"view": "open http://localhost:8000/",
"open": "open http://localhost:8000/",
"append": "sh _assets/bin/append.sh",
"new": "sh _assets/bin/new.sh",
"edit": "sh _assets/bin/edit.sh",
"note": "sh _assets/bin/note.sh",
"notes": "npm run edit note",
"export": "sh _assets/bin/export.sh",
"test": "npm run spec && npm run lint",
"lint": "jshint _assets/js/lib/abbrev.js _assets/js/lib/anchor.js _assets/js/lib/build.js _assets/js/lib/collapse.js _assets/js/lib/footnotes.js _assets/js/lib/markdown.js _assets/js/lib/compile.js _assets/js/lib/figure.js _assets/js/lib/page.js _assets/js/lib/preprocessor.js _assets/js/lib/reference.js _assets/js/lib/section.js _assets/js/lib/social.js _assets/js/lib/sort.js _assets/js/lib/toc.js _assets/js/lib/util.js _assets/js/lib/index.js _assets/js/test/index.js && standard _assets/js/lib/abbrev.js _assets/js/lib/anchor.js _assets/js/lib/build.js _assets/js/lib/collapse.js _assets/js/lib/footnotes.js _assets/js/lib/markdown.js _assets/js/lib/compile.js _assets/js/lib/figure.js _assets/js/lib/page.js _assets/js/lib/preprocessor.js _assets/js/lib/reference.js _assets/js/lib/section.js _assets/js/lib/social.js _assets/js/lib/sort.js _assets/js/lib/toc.js _assets/js/lib/util.js _assets/js/lib/index.js _assets/js/test/index.js",
"markdownlint": "markdownlint **/index.md",
"phantom": "mocha-phantomjs _assets/js/test/index.html",
"spec": "npm run bundle && open _assets/js/test/index.html",
"standalone": "inliner index.html > standalone.html",
"commit": "git --no-pager status && git --no-pager diff && git commit -a -m \"Edited offline\"",
"commit!": "git commit -a -m \"Edited offline\" && git --no-pager status",
"commit!!": "npm run save",
"comit": "npm run commit",
"commmit": "npm run commit",
"commt": "npm run commit",
"ommit": "npm run commit",
"omit": "npm run commit",
"ocmmit": "npm run commit",
"update": "git --no-pager status && git --no-pager diff && git commit -a -m \"Updated `git status | sed -n '/modified:/ {s/^[[:space:]]*modified:[[:space:]]*//;s/\\.txt$//;s/\\.md$//;s/\\.html$//;s/\\/index$//;p;q;}'`\"",
"save": "npm run commit && npm run push",
"amend": "git --no-pager status && git --no-pager diff && git commit -a --amend --no-edit",
"amend-html": "npm run build && npm run amend",
"build-amend": "npm run rebuild && npm run amend",
"reword": "git --no-pager status && git --no-pager diff && git commit -a --amend",
"reset": "git reset --hard",
"clear": "git stash clear",
"reset!": "npm run reset && npm run clear",
"push": "git --no-pager status && git pull --rebase && git push",
"push!": "git --no-pager status && git push --force",
"pull": "git --no-pager status && git pull --rebase",
"compress": "git gc",
"compress!": "git gc --prune=now",
"log": "git log -p",
"gitk": "gitk &",
"gui": "git gui &",
"status": "git status",
"system": "neofetch && git status",
"grep": "sh _assets/bin/grep.sh",
"todo": "sh _assets/bin/todo.sh",
"search": "npm run grep",
"deploy": "npm run sync",
"docx": "for f in **/index.md; do (cd \"${f%index.md}\" && pwd && pandoc -S -f markdown -t docx -o \"index.docx\" \"index.md\"); done",
"encrypt": "sh _assets/bin/encrypt.sh",
"decrypt": "sh _assets/bin/decrypt.sh --gui",
"decrypt-term": "sh _assets/bin/decrypt.sh",
"decrypt-terminal": "npm run decrypt-term",
"reencrypt": "npm run decrypt"
},
"dependencies": {
"bootstrap": "^3.3.7",
"browserify": "^13.1.0",
"clipboard": "^1.7.1",
"datatables": "^1.10.18",
"glob": "^7.0.6",
"gray-matter": "^2.0.2",
"handlebars": "^4.0.5",
"highlight.js": "^9.5.0",
"http-server": "^0.9.0",
"inliner": "^1.10.2",
"jquery": "^3.1.0",
"jsdom": "^9.4.1",
"jshint": "^2.9.3",
"live-server": "^1.2.0",
"lodash": "^4.17.5",
"markdown-it": "^7.0.0",
"markdown-it-abbr": "^1.0.3",
"markdown-it-attrs": "^2.3.1",
"markdown-it-container": "^2.0.0",
"markdown-it-deflist": "^2.0.1",
"markdown-it-emoji": "^1.3.0",
"markdown-it-footnote": "^3.0.0",
"markdown-it-implicit-figures": "^0.3.2",
"markdown-it-mathjax": "^2.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-checkbox": "^1.0.3",
"markdownlint-cli": "^0.2.0",
"md5": "^2.1.0",
"moment": "^2.18.1",
"openpgp": "^2.5.11",
"standard": "^8.0.0",
"string": "^3.3.1",
"string-similarity": "^1.2.0",
"tidy-html5": "^0.1.1",
"typogr": "^0.6.6",
"urijs": "^1.18.1"
}
}