-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.31 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
{
"name": "beebrain",
"version": "2023.05.31-c",
"description": "Beeminder Graph Generator and Graph Editor",
"main": "server.js",
"scripts": {
"start": "nodemon app/server.js",
"clean": "gulp clean",
"compile": "gulp compile"
},
"dependencies": {
"beeminder": "^2.0.0",
"body-parser": "^1.20.2",
"cluster": "^0.7.7",
"connect-session-sequelize": "^7.1.7",
"d3": "^7.8.4",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.17.3",
"jsdoc": "^4.0.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"octicons": "^8.5.0",
"request": "^2.88.2",
"selenium-webdriver": "^4.9.2",
"sequelize": "^6.31.1",
"sqlite3": "^5.1.6"
},
"engines": {
"node": "16"
},
"repository": {
"type": "git",
"url": "https://github.com/beeminder/road"
},
"keywords": [
"beeminder, beebrain, road, graph editor"
],
"license": "MIT",
"devDependencies": {
"dotenv": "^6.2.0",
"gulp": "^4.0.2",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-jsdoc3": "^2.0.0",
"gulp-jshint": "^2.1.0",
"gulp-minify": "^3.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"jshint": "^2.13.0",
"nodemon": "^2.0.20",
"rimraf": "^4.3.1",
"typescript": "^3.9.9"
}
}