forked from chrahunt/TagProReplays
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.9 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.9 KB
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
{
"name": "tagproreplays",
"version": "2.2.1",
"description": "Chrome extension for clipping and saving TagPro highlights.",
"main": "TagProReplays.js",
"devDependencies": {
"ajv": "^4.9.2",
"bluebird": "^3.5.4",
"bootstrap": "^3.4.1",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chrome-storage-promise": "^0.1.0",
"debug": "^2.2.0",
"dexie": "git+https://git@github.com/dfahlander/Dexie.js.git#v2.0.0-beta.4",
"esbuild": "^0.27.3",
"eslint": "^3.19.0",
"events": "^3.3.0",
"file-saver": "git+https://git@github.com/chrahunt/FileSaver.js.git#for-tagproreplays",
"image-promise": "^4.0.1",
"jquery": "^3.4.1",
"json-pointer": "^0.6.0",
"jsonfile": "^2.4.0",
"jszip": "^3.2.1",
"karma": "^4.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-source-map-support": "^1.4.0",
"mixpanel-browser": "^2.28.0",
"mocha": "^5.2.0",
"moment": "^2.24.0",
"moment-duration-format": "^1.3.0",
"popper.js": "^1.15.0",
"progressbar.js": "^1.0.1",
"promise-file-reader": "^0.3.0",
"sanitize-filename": "^1.6.1",
"sass": "^1.83.4",
"search-query-parser": "^1.5.2",
"semver": "^5.7.0",
"url": "^0.11.4"
},
"scripts": {
"build": "node tools/build.js --sourcemap",
"build:mv3": "node tools/build.js --mv3",
"build:release:mv3": "node tools/build.js --mv3 --out=dist --minify",
"test": "node tools/build-tests.js && karma start --single-run",
"lint": "eslint src test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrahunt/TagProReplays.git"
},
"keywords": [
"tagpro",
"chrome"
],
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/chrahunt/TagProReplays/issues"
},
"homepage": "https://github.com/chrahunt/TagProReplays#readme"
}