-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
64 lines (64 loc) · 1.49 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
{
"name": "danmu-server",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"angular": "^1.4.6",
"angular-ui-bootstrap": "^0.14.3",
"async": "^2.5.0",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.7",
"errorhandler": "^1.5.0",
"express": "^4.15.4",
"express-session": "^1.15.5",
"jquery": "^3.2.1",
"memcached": "^2.2.2",
"morgan": "^1.8.2",
"mysql": "^2.14.1",
"passport": "^0.4.0",
"passport-sina": "git+https://github.com/zsxtoys/passport-sina-fork.git",
"ramda": "^0.24.1",
"socket.io": "^2.0.3"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.5.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
},
"description": "danmu-server",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zsxsoft/danmu-server.git"
},
"keywords": [
"danmu",
"danmaku",
"弹幕"
],
"author": "zsx <[email protected]>",
"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"
]
}
}