-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 767 Bytes
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
{
"name": "gpedal",
"version": "0.0.1",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node_modules/.bin/webpack-dev-server",
"build": "webpack --config webpack.production.config.js"
},
"keywords": [],
"author": "GPedal Contributors",
"license": "MIT",
"devDependencies": {
"terser-webpack-plugin": "^3.0.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"blueimp-md5": "^2.16.0",
"d3": "^5.16.0",
"faye": "^1.3.0",
"formdata-polyfill": "^3.0.19",
"fscreen": "^1.0.2",
"lz-string": "^1.4.4",
"mustache": "^4.0.1",
"@ungap/url-search-params": "^0.2.0"
}
}