-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.49 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.49 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
{
"name": "firetruss-worker",
"version": "4.1.1",
"description": "Web worker component for Reviewable/firetruss",
"scripts": {
"lint": "eslint src/*.js",
"build": "yarn run grunt",
"finalize": "yarn run grunt replace default --release=\"$(jq -r .version package.json)\""
},
"repository": "https://github.com/Reviewable/firetruss-worker",
"keywords": [
"firebase",
"vuejs",
"model",
"worker",
"angular"
],
"author": "Piotr Kaminski",
"license": "MIT",
"bugs": {
"url": "https://github.com/Reviewable/firetruss/issues"
},
"homepage": "https://github.com/Reviewable/firetruss",
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.10.5",
"@rollup/plugin-commonjs": "25.x",
"@rollup/plugin-node-resolve": "15.x",
"compose-source-map": "^1.0.0",
"globals": "^15.9.0",
"grunt": "^1.0.0",
"grunt-contrib-clean": "2",
"grunt-contrib-uglify": "5",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "25.x",
"grunt-git": "^1.0.1",
"grunt-rollup": "12.x",
"grunt-text-replace": "^0.4.0",
"load-grunt-tasks": "5",
"reviewable-configs": "Reviewable/reviewable-configs",
"rollup": "4.x"
},
"peerDependencies": {
"firebase": "5.x || 6.x || 7.x || 8.x || 9.x || 10.x || 11.x"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"main": "dist/worker.umd.js",
"module": "dist/worker.es2015.js",
"packageManager": "yarn@1.22.22"
}