This repository was archived by the owner on Mar 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.41 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.41 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
{
"name": "wikinote",
"version": "0.7.6",
"scripts": {
"start": "node wikinote",
"test": "mocha"
},
"dependencies": {
"body-parser": "~1.15.2",
"browserify": "^13.3.0",
"connect-flash": "*",
"connect-multiparty": "~2.0.0",
"cookie-parser": "~1.4.3",
"errorhandler": "~1.5.0",
"express": "4.*",
"express-session": "~1.14",
"express-ws": "^2.0.0",
"font-awesome": "^4.7.0",
"js-yaml": "~3.7.0",
"markdown-it": "^8.1.0",
"markdown-it-deflist": "^2.0.1",
"markdown-it-footnote": "^3.0.1",
"mkdirp": "~0.5.1",
"moment": "~2.17.0",
"nedb": "~1.8.0",
"nodegit": "^0.16.0",
"ot-text": "^1.0.1",
"q": "~1.4.1",
"serve-favicon": "~2.3.2",
"sharedb": "^1.0.0-beta.7",
"swig-templates": "^2.0.2",
"websocket-json-stream": "0.0.3",
"yargs": "^6.4.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.13",
"gulp-less": "^3.3.0",
"gulp-live-server": "0.0.30",
"mocha": "~3.2.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bluemir/node-wikinote.git"
},
"engines": {
"node": ">=4.0 <5.0"
},
"bugs": {
"url": "https://github.com/bluemir/node-wikinote/issues"
},
"bin": {
"wikinote": "./wikinote.js"
},
"homepage": "http://wikinote.bluemir.me/wikinote",
"main": "wikinote.js",
"author": "BlueMir <qa22ahj@gmail.com>"
}