-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.87 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
{
"name": "piworld",
"version": "1.0.0",
"description": "piWorld is a learning project for interactive mathematics and other scientific subjects. It has been, in part, inspired by ExerMath, Khan Academy, Matematico.es, Educanon, Kahoot",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "./build/compile",
"compilecss": "./build/compile-css",
"clean": "rm -f ./public/main*.min.js && rm -f ./public/app.min.js && rm -f ./public/app_*.min.css && rm -f ./public/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmulet/piworld.git"
},
"keywords": [
"flipped-classroom",
"mathematics",
"angularjs",
"nodejs",
"flippedlearning"
],
"dependencies": {
"async": "^2.6.0",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"cookies": "^0.7.1",
"dateformat": "^3.0.2",
"domain": "^0.0.1",
"excel4node": "^1.3.2",
"express": "^4.16.2",
"express-session": "^1.15.6",
"memorystore": "^1.6.0",
"connect-memcached": "^0.2.0",
"express-winston": "^2.4.0",
"formidable": "^1.1.1",
"googleapis": "^24.0.0",
"helmet": "^3.9.0",
"katex": "^0.9.0-beta",
"method-override": "^2.3.10",
"mysql": "^2.15.0",
"node-google-translate-skidz": "^1.1.1",
"node-uuid": "^1.4.8",
"node-wget": "^0.4.2",
"node-zip": "^1.1.1",
"nodemailer": "^4.4.1",
"q": "^1.5.1",
"request": "^2.83.0",
"socket.io": "^2.0.4",
"winston": "^2.4.0",
"ejs": "^2.5.7",
"xlsx": "^0.11.18"
},
"devDependencies": {
"buildify": "^0.4.0",
"node-minify": "2.4.1",
"yuicompressor": "2.4.8"
},
"author": "Josep Mulet <pep.mulet@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jmulet/piworld/issues"
},
"homepage": "https://github.com/jmulet/piworld#readme"
}