-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
45 lines (45 loc) · 874 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
{
"name": "gnirts",
"version": "1.1.8",
"title": "gnirts",
"description": "Obfuscate string literals in JavaScript code.",
"keywords": [
"mangle",
"obfuscate",
"obfuscator",
"obfuscation",
"string",
"literal",
"security",
"password",
"secret"
],
"main": "./lib/gnirts.js",
"files": [
"lib/*.js",
"bower.json"
],
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^10.1.0",
"pre-proc": "^1.0.2",
"sinon": "^11.1.1"
},
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/anseki/gnirts",
"repository": {
"type": "git",
"url": "git://github.com/anseki/gnirts.git"
},
"bugs": "https://github.com/anseki/gnirts/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}