forked from arimgibson/Deadname-Remover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 961 Bytes
/
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
{
"name": "deadname-remover",
"version": "1.1.0",
"description": "An easy to use browser plugin to automatically remove and replace deadnames",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WillHayCode/Deadname-Remover.git"
},
"keywords": [
"trans",
"transgender",
"dead",
"name",
"deadname",
"lgbt"
],
"author": "WillHayCode",
"license": "MIT",
"bugs": {
"url": "https://github.com/WillHayCode/Deadname-Remover/issues"
},
"homepage": "https://github.com/WillHayCode/Deadname-Remover#readme",
"devDependencies": {
"@types/chrome": "0.0.103",
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-ts": "^6.0.0-beta.22",
"grunt-webpack": "^3.1.3",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}