Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Commit 6c29370

Browse files
Add keywords, license, files to pakage.json
1 parent 47e9ac6 commit 6c29370

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "grunt-javascript-obfuscator",
33
"description": "Obfuscates JavaScript files.",
44
"version": "0.1.0",
5+
"main": "tasks/javascript_obfuscator.js",
6+
"files": ["tasks"],
57
"homepage": "https://github.com/tomasz-oponowicz/grunt-javascript-obfuscator",
68
"author": {
79
"name": "Tomasz Oponowicz",
@@ -14,12 +16,7 @@
1416
"bugs": {
1517
"url": "https://github.com/tomasz-oponowicz/grunt-javascript-obfuscator/issues"
1618
},
17-
"licenses": [
18-
{
19-
"type": "MIT",
20-
"url": "https://github.com/tomasz-oponowicz/grunt-javascript-obfuscator/blob/master/LICENSE-MIT"
21-
}
22-
],
19+
"license": "MIT",
2320
"engines": {
2421
"node": ">=4.5.0"
2522
},
@@ -35,9 +32,14 @@
3532
"javascript-obfuscator": "0.7.2"
3633
},
3734
"peerDependencies": {
35+
"grunt": "~0.4.5",
3836
"javascript-obfuscator": ">=0.7.2"
3937
},
4038
"keywords": [
41-
"gruntplugin"
39+
"gruntplugin",
40+
"javascript-obfuscator",
41+
"obfuscate",
42+
"obfuscator"
43+
4244
]
4345
}

0 commit comments

Comments
 (0)