-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.42 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
{
"name": "restcharts",
"version": "0.4.1",
"description": "Generate charts easily through a simple REST API.",
"main": "forever.js",
"engines": {
"node": "12.14.0"
},
"repository": {
"type": "git",
"url": "https://github.com/whatl3y/restcharts.git"
},
"scripts": {
"dev": "nodemon --exec 'nf start'",
"start": "node forever",
"postinstall": "gulp build",
"test": "mocha --require @babel/register --recursive './src/**/*.spec.js'"
},
"devDependencies": {
"foreman": "^3.0.1",
"mocha": "^7.0.1",
"nodemon": "^2.0.2"
},
"dependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/register": "^7.8.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.1.3",
"bunyan": "^1.8.12",
"cors": "^2.8.5",
"express": "^4.17.1",
"forever-monitor": "^2.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^4.0.2",
"highcharts-export-server": "^2.0.24",
"image-type": "^4.1.0",
"minimist": "^1.2.0",
"moment": "^2.24.0",
"object-assign-deep": "^0.4.0",
"pug": "^2.0.4",
"request": "^2.88.0",
"request-promise-native": "^1.0.8",
"serverless": "^1.61.3",
"serverless-http": "^2.3.1",
"throng": "^4.0.0"
},
"author": "Lance Whatley <whatl3y@gmail.com> (https://www.lance.to)",
"license": "MIT"
}