This repository has been archived by the owner on Jan 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.06 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
{
"name": "bcc32.com",
"version": "0.8.0",
"description": "bcc32's personal website",
"main": "bin/main.js",
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"lint": "eslint --fix .",
"dev": "gulp watch & pm2 start ecosystem.json --env development",
"start": "pm2 start ecosystem.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Aaron L. Zeng <[email protected]> (https://github.com/bcc32/)",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"express": "^4.15.3",
"express-winston": "^2.4.0",
"helmet": "^3.8.1",
"mkdirp": "^0.5.1",
"multer": "^1.3.0",
"pug": "^2.0.0-rc.2",
"sequelize": "^4.17.2",
"socket.io": "^2.0.3",
"sqlite3": "^3.1.8",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.4.6"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-async-to-bluebird": "^1.1.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"bootstrap": "^3.3.7",
"bs-platform": "^1.8.2",
"bucklescript-tea": "^0.6.5",
"eslint": "^3.19.0",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-changed": "^3.1.0",
"gulp-csso": "^3.0.0",
"gulp-gzip": "^1.4.0",
"gulp-if": "^2.0.2",
"gulp-less": "^3.3.2",
"gulp-uglify": "^3.0.0",
"lazypipe": "^1.0.1",
"less": "^2.7.2",
"merge-stream": "^1.0.1",
"moment": "^2.18.1",
"pump": "^1.0.2",
"rollup": "^0.45.2",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-stream": "^1.24.1",
"rollup-watch": "^4.3.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bcc32/bcc32.git"
},
"bugs": {
"url": "https://github.com/bcc32/bcc32.com/issues"
},
"homepage": "https://github.com/bcc32/bcc32.com#bcc32com"
}