-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 3.24 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "Memba.Blog",
"filename": "memba.blog",
"version": "0.3.8",
"compatible": "0.0.1",
"description": "A blog engine powered by nodeJS and pulling markdown from GitHub",
"author": "Memba Sarl",
"copyright": "Copyright ©2013-2018 Memba® Sarl. All rights reserved.",
"license": "AGPL-3.0",
"homepage": "https://www.memba.com",
"keywords": [
"Memba",
"Kidoju",
"Activity",
"Assessment",
"Brain",
"Educate",
"eEducation",
"eLearning",
"Exercise",
"Game",
"Learn",
"Knowledge",
"Quiz",
"Teach",
"Test"
],
"repository": {
"type": "git",
"url": "http://github.com/Memba/Memba-Blog.git"
},
"bugs": {
"url": "https://github.com/Memba/Memba-Blog/issues"
},
"main": "webapp/server.js",
"scripts": {
"start": "forever --minUptime 5000 --spinSleepTime 10000 webapp/server.js",
"test": "grunt test"
},
"dependencies": {
"async": "^2.6.2",
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"chokidar": "^2.1.6",
"compression": "^1.7.4",
"cors": "^2.8.5",
"deep-extend": "^0.5.1",
"ejs": "^2.6.1",
"express": "^4.17.0",
"helmet": "^3.12.0",
"highlight.js": "^9.12.0",
"i18n": "^0.8.3",
"markdown-it": "^8.4.2",
"markdown-it-video": "^0.6.3",
"moment": "^2.24.0",
"nconf": "^0.10.0",
"qs": "^6.7.0",
"request": "^2.88.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"autoprefixer": "^8.4.1",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-module-resolver": "^3.1.1",
"babel-preset-env": "^1.7.0",
"bundle-loader": "^0.5.6",
"chai": "^4.1.2",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"file-loader": "^1.1.11",
"grunt": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^3.3.0",
"grunt-eslint": "^20.1.0",
"grunt-jscs": "^3.0.1",
"grunt-mocha": "^1.0.4",
"grunt-mocha-test": "^0.13.3",
"grunt-nsp": "^2.3.1",
"grunt-stylelint": "^0.10.0",
"grunt-webdriver": "^2.0.3",
"grunt-webpack": "^3.1.1",
"json-loader": "^0.5.7",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"loader-utils": "^1.1.0",
"mocha": "^5.1.1",
"phantomjs-prebuilt": "^2.1.16",
"postcss-loader": "^2.1.5",
"prettier": "^1.12.1",
"sinon": "^5.0.7",
"sinon-chai": "^3.0.0",
"style-loader": "^0.21.0",
"stylelint": "^9.2.0",
"stylelint-config-standard": "^18.2.0",
"supertest": "^3.0.0",
"url-loader": "^1.0.1",
"wdio-mocha-framework": "^0.5.13",
"wdio-phantomjs-service": "^0.2.2",
"wdio-selenium-standalone-service": "0.0.10",
"webdriverio": "^4.12.0",
"webpack": "^4.8.1",
"webpack-bundle-analyzer": "^2.11.2",
"webpack-cli": "^2.1.3"
},
"engines": {
"node": ">=6"
},
"config": {
"msvs_version": "2015"
}
}