forked from automeris-io/WebPlotDigitizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 960 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 960 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
31
{
"name": "webplotdigitzer-app",
"version": "5.3.0",
"description": "WebPlotDigitizer",
"main": "wpd.min.js",
"scripts": {
"prebuild": "./build.sh",
"build": "uglifyjs combined.js -cm -o wpd.min.js",
"format": "./format.sh",
"test": "./node_modules/karma/bin/karma start",
"start": "http-server -o"
},
"devDependencies": {
"http-server": "^14.1.1",
"js-beautify": ">=1.14.0",
"karma": ">=6.3.19",
"karma-chrome-launcher": ">=3.1.1",
"karma-edge-launcher": ">=0.4.2",
"karma-firefox-launcher": ">=2.1.2",
"karma-qunit": ">=4.1.2",
"karma-sinon": ">=1.0.5",
"qunit": ">=2.19.0",
"sinon": ">=13.0.2",
"uglify-js": ">=3.14.2"
},
"dependencies": {
"bootstrap-icons": "^1.11.3",
"pdfjs-dist": "^4.2.67",
"tarballjs": "https://github.com/ankitrohatgi/tarballjs.git#v1.0"
}
}