-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 973 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
39
40
41
42
43
44
45
46
{
"name": "gnirts-loader",
"version": "1.0.8",
"title": "gnirts-loader",
"description": "gnirts loader module for webpack - Obfuscate string literals in JavaScript code.",
"keywords": [
"webpack",
"loader",
"mangle",
"obfuscate",
"obfuscator",
"obfuscation",
"string",
"literal",
"security",
"password",
"secret"
],
"main": "./lib/gnirts-loader.js",
"files": [
"lib/*.js"
],
"peerDependencies": {
"gnirts": "^1.1.8"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^10.1.0",
"proxyquire": "^2.1.3",
"sinon": "^11.1.1"
},
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/anseki/gnirts-loader",
"repository": {
"type": "git",
"url": "git://github.com/anseki/gnirts-loader.git"
},
"bugs": "https://github.com/anseki/gnirts-loader/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}