-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
executable file
·79 lines (79 loc) · 2.22 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "tagproreplays",
"version": "1.6.7",
"description": "Chrome extension for recording play in TagPro.",
"main": "TagProReplays.js",
"devDependencies": {
"ajv": "^4.9.2",
"bluebird": "^3.5.4",
"bootstrap": "^3.4.1",
"browserify": "^16.2.3",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chrome-storage-promise": "^0.1.0",
"concat-stream": "^1.6.2",
"cross-env": "^3.1.3",
"debug": "^2.2.0",
"dexie": "git+https://[email protected]/dfahlander/Dexie.js.git#v2.0.0-beta.4",
"eslint": "^3.19.0",
"file-saver": "git+https://[email protected]/chrahunt/FileSaver.js.git#for-tagproreplays",
"fs-promise": "^1.0.0",
"gulp": "^4.0.2",
"gulp-debug": "^2.1.2",
"gulp-duration": "0.0.0",
"gulp-filter": "^4.0.0",
"gulp-json-editor": "^2.5.2",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^5.0.1",
"gulp-zip": "^3.2.0",
"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-browserify": "^6.0.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",
"merge-stream": "^1.0.1",
"mixpanel-browser": "^2.28.0",
"mocha": "^5.2.0",
"moment": "^2.24.0",
"moment-duration-format": "^1.3.0",
"node-sass": "^7.0.0",
"popper.js": "^1.15.0",
"progressbar.js": "^1.0.1",
"promise-file-reader": "^0.3.0",
"rimraf": "^2.6.3",
"sanitize-filename": "^1.6.1",
"search-query-parser": "^1.5.2",
"semver": "^5.7.0",
"vinyl-source-stream": "^1.1.2",
"watchify": "^3.11.1"
},
"scripts": {
"test": "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"
}