-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1003 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
47
48
49
50
51
{
"name": "grunt-gnirts",
"version": "1.0.7",
"title": "grunt-gnirts",
"description": "Obfuscate string literals in JavaScript code.",
"keywords": [
"gruntplugin",
"mangle",
"obfuscate",
"obfuscator",
"obfuscation",
"string",
"literal",
"security",
"password",
"secret"
],
"files": [
"tasks/*.js"
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"gnirts": "^1.1.8"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"devDependencies": {
"chai": "^4.3.4",
"grunt": "^1.4.1",
"mocha": "^10.1.0",
"proxyquire": "^2.1.3",
"sinon": "^11.1.1"
},
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/anseki/grunt-gnirts",
"repository": {
"type": "git",
"url": "git://github.com/anseki/grunt-gnirts.git"
},
"bugs": "https://github.com/anseki/grunt-gnirts/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}