This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
forked from crowi/crowi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
122 lines (122 loc) · 3.02 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
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
117
118
119
120
121
122
{
"name": "crowi",
"version": "1.4.0",
"description": "The simple & powerful Wiki",
"tags": [
"wiki",
"communication",
"documentation",
"collaboration"
],
"author": "Sotaro KARASAWA <[email protected]>",
"contributors": [
"Keisuke SATO <[email protected]> (http://riaf.jp)",
"Shinya Yamaoka <[email protected]>",
"Norio Suzuki <[email protected]>"
],
"config": {
"blanket": {
"pattern": "./lib/**/*.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/crowi/crowi.git"
},
"engines": {
"node": "4.2.x",
"npm": "3.3.x"
},
"dependencies": {
"async": "~1.5.0",
"aws-sdk": "~2.2.26",
"axios": "0.9.x",
"babel-core": "~6.7.6",
"babel-loader": "~6.2.4",
"babel-preset-es2015": "~6.6.0",
"babel-preset-react": "~6.5.0",
"basic-auth-connect": "~1.0.0",
"bluebird": "~3.0.5",
"body-parser": "~1.14.1",
"bootstrap-sass": "~3.3.6",
"botkit": "~0.1.1",
"browserify": "~12.0.1",
"cli": "~0.6.0",
"colors": "^1.1.2",
"commander": "~2.9.0",
"connect-flash": "~0.1.1",
"connect-redis": "~2.1.0",
"consolidate": "~0.11.0",
"cookie-parser": "~1.3.4",
"csrf": "~3.0.3",
"debug": "~2.2.0",
"del": "~2.2.0",
"diff": "~2.2.2",
"elasticsearch": "~11.0.1",
"errorhandler": "~1.3.4",
"express": "~4.13.3",
"express-form": "~0.12.0",
"express-session": "~1.12.0",
"facebook-node-sdk": "=0.1.10",
"font-awesome": "~4.5.0",
"googleapis": "=0.4.7",
"gulp": "~3.9.0",
"gulp-concat": "~2.6.0",
"gulp-cssmin": "~0.1.7",
"gulp-jshint": "~1.12.0",
"gulp-rename": "~1.2.2",
"gulp-sass": "~2.1.0",
"gulp-spawn-mocha": "~2.2.1",
"gulp-uglify": "~1.4.2",
"gulp-watch": "~4.3.5",
"highlight.js": "~9.0.0",
"inline-attachment": "git+https://github.com/Rovak/InlineAttachment.git#2.0.2",
"jquery": "~2.1.4",
"jquery.cookie": "~1.4.1",
"jshint-stylish": "~2.1.0",
"kerberos": "0.0.17",
"marked": "~0.3.5",
"method-override": "~2.3.1",
"mkdirp": "~0.5.1",
"moment": "~2.13.0",
"mongoose": "4.2.5",
"mongoose-paginate": "4.2.0",
"morgan": "~1.5.1",
"multer": "~0.1.8",
"nodemailer": "~1.2.2",
"nodemailer-ses-transport": "~1.1.0",
"react": "~15.0.1",
"react-dom": "~15.0.1",
"redis": "~0.12.1",
"reveal.js": "~3.2.0",
"socket.io": "~1.3.0",
"socket.io-client": "~1.3.0",
"sprintf": "~0.1.5",
"swig": "~1.4.0",
"time": "~0.11.0",
"vinyl-source-stream": "~1.1.0",
"webpack": "~1.13.0",
"webpack-stream": "~3.1.0"
},
"devDependencies": {
"chai": "~1.10.0",
"mocha": "~2.2.0",
"proxyquire": "~1.4.0",
"sinon": "~1.14.0",
"sinon-chai": "~2.7.0"
},
"license": "MIT",
"scripts": {
"start": "node app.js",
"test": "gulp test",
"build": "gulp",
"webpack": "webpack",
"postinstall": "gulp"
},
"env": {
"NODE_ENV": "production"
},
"bugs": {
"url": "https://github.com/crowi/crowi/issues"
}
}