-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.6 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
{
"name": "jsbydesign",
"version": "0.1.0",
"description": "Code for the jsby.design blog",
"main": "index.js",
"scripts": {
"postinstall": "/bin/sh bin/startup.sh $(pwd)",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/elmzteam/bydesign.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/elmzteam/bydesign/issues"
},
"homepage": "https://github.com/zwade/bydesign",
"dependencies": {
"babel-preset-es2015": "^6.9.0",
"body-parser": "^1.18.2",
"colors": "^1.1.2",
"connect-mongo": "^0.8.2",
"cookie-parser": "^1.4.0",
"deasync": "^0.1.12",
"denodeify": "^1.2.1",
"express": "^4.16.2",
"express-session": "^1.15.6",
"extend": "^3.0.0",
"fibers": "^5.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-image": "^1.3.0",
"gulp-load-plugins": "^1.2.0",
"gulp-sass": "^5.0.0",
"gulp-uglify": "^1.5.1",
"handlebars": "^4.0.11",
"highlight.js": "^9.5.0",
"markdown-it": "^6.1.0",
"markdown-it-anchor": "^2.5.0",
"markdown-it-attrs": "^0.6.0",
"markdown-it-container": "^2.0.0",
"markdown-it-mark": "^2.0.0",
"markdown-it-table-of-contents": "^0.5.2",
"mkdirp": "^0.5.1",
"moment": "^2.20.1",
"mongodb": "^3.0.3",
"morgan": "^1.9.0",
"multer": "^1.1.0",
"node-html-parser": "^4.1.3",
"passport": "^0.3.2",
"passport-google-oauth": "^0.2.0",
"prompt": "^0.2.14",
"rss": "^1.2.1",
"sass": "^1.37.5",
"shortid": "^2.2.6",
"sprintf": "^0.1.5"
}
}