forked from XinFinOrg/BlockDegree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.44 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
{
"name": "Blockchain_Tutorial-website",
"version": "1.0.0",
"scripts": {
"start": "nodemon ./server/bin/www",
"test": "mocha",
"autotest": "supervisor -q -n exit -x mocha -- -b"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XinFinOrg/Blockchain_Tutorial-website.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/XinFinOrg/Blockchain_Tutorial-website/issues"
},
"homepage": "https://github.com/XinFinOrg/Blockchain_Tutorial-website#readme",
"devDependencies": {
"browser-sync": "^2.26.3",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-livereload": "^4.0.1",
"gulp-metalsmith": "^1.1.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"handlebars": "^4.0.12",
"handlebars-layout": "^0.1.4",
"metalsmith": "^2.3.0",
"metalsmith-markdown": "^1.1.0",
"metalsmith-templates": "^0.7.0",
"mocha": "^5.2.0",
"node-sass": "^4.11.0",
"nodemon": "^1.18.9",
"supervisor": "^0.12.0"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.16.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"http-errors": "~1.6.2",
"mongoose": "^5.4.7",
"morgan": "~1.9.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0"
}
}