forked from nforge/devnote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 1.84 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
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
{
"name": "n4wiki",
"version": "0.0.1",
"author": "n4g",
"description": "nFORGE 4 wiki",
"bin": {
"n4wiki": "./bin/n4wiki"
},
"main": "./lib/n4wiki",
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"wiki",
"git",
"nforge"
],
"dependencies" : {
"async": "*",
"underscore" : ">= 1.3.1",
"express": "=3.0.0rc4",
"jade": ">= 0.0.1",
"jake": ">= 0.2.32",
"markdown-js": "*",
"jshashes": ">= 0.1.3b",
"github-flavored-markdown": ">= 1.0.1",
"hljs": ">= 6.1.3",
"diff": ">= 1.0.3",
"debug": "*",
"winston": "*",
"socket.io": "*",
"step": "*",
"i18n": "*",
"mkdirp": "*",
"coffee-script": "*",
"nodemailer": "*"
},
"devDependencies": {
"mocha" : "*",
"async" : ">= 0.1.x",
"step" : "*",
"zombie" : ">= 1.4.x",
"underscore" : ">= 1.3.1",
"express": "=3.0.0beta3",
"jade": ">= 0.0.1",
"jake": ">= 0.2.32",
"github-flavored-markdown": ">= 1.0.1",
"hljs": ">= 6.1.3",
"jshashes": ">= 0.1.3b",
"diff": ">= 1.0.3",
"console-trace": "*",
"debug": "*",
"winston": "*",
"nodetime": "*",
"socket.io": "*",
"i18n": "*",
"mkdirp": "*",
"coffee-script": "*",
"nodemailer": "*"
},
"noAnalyze": true,
"contributors": [
{
"name" : "SW.CHAE",
"email" : "doortts@gmail.com"
} ,
{
"name" : "Sangchel Hwang",
"email" : "k16wire@gmail.com"
} ,
{
"name" : "EungJun Yi",
"email" : "semtlenori@gmail.com"
}
],
"bundleDependencies": [],
"license": "MIT",
"engine": {
"node": ">=0.8"
},
"scripts": {
"postinstall": "node node_modules/jake/bin/cli.js build",
"test" : "./node_modules/.bin/mocha --reporter list",
"start" : "node node_modules/coffee-script/bin/coffee app.coffee"
}
}