This repository was archived by the owner on Feb 4, 2018. It is now read-only.
forked from zsxsoft/danmu-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.35 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.35 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
{
"name": "danmu-server",
"version": "1.0.6",
"license": "MIT",
"scripts": {
"start": "node app.js",
"start-0.12": "node app-0.12.js",
"install-babel": "npm install babel-preset-es2015 babel-preset-stage-0 babel-polyfill",
"compile": "babel ./lib/ --out-dir ./lib/ && babel app.js --out-dir ./"
},
"dependencies": {
"async": "^2.0.0-rc.3",
"body-parser": "^1.15.0",
"cookie-parser": "^1.4.1",
"ejs": "^2.4.1",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-session": "^1.13.0",
"memcached": "^2.2.1",
"morgan": "^1.7.0",
"mysql": "^2.10.2",
"passport": "^0.3.2",
"passport-sina": "git+https://github.com/zsxtoys/passport-sina-fork.git",
"ramda": "^0.21.0",
"socket.io": "^1.4.5"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0"
},
"description": "danmu-server",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zsxsoft/danmu-server.git"
},
"keywords": [
"danmu",
"danmaku",
"弹幕"
],
"author": "zsx <zsx@zsxsoft.com>",
"bugs": {
"url": "https://github.com/zsxsoft/danmu-server/issues"
},
"homepage": "https://github.com/zsxsoft/danmu-server#readme",
"engines": {
"node": ">=5.5"
},
"babel": {
"presets": [
"es2015",
"stage-0"
]
}
}