File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ sudo : false
2+
3+ language : node_js
4+
5+ node_js :
6+ - " 0.10"
7+ - " 0.12"
8+ - " 4"
9+ - " 5"
10+ - " 6"
11+ - " iojs"
12+
13+ matrix :
14+ fast_finish : true
15+
16+ cache :
17+ directories :
18+ - node_modules
Original file line number Diff line number Diff line change 11{
22 "name" : " grunt-contrib-obfuscate" ,
33 "description" : " Grunt plugin that obfuscates your JavaScript using the javascript-obfuscator library." ,
4- "version" : " 0 .0.1 " ,
4+ "version" : " 1 .0.0 " ,
55 "author" : {
66 "name" : " Tiago Serafim"
77 },
2525 "grunt-contrib-jshint" : " ^1.0.0" ,
2626 "grunt-contrib-nodeunit" : " ^1.0.0"
2727 },
28- "keywords" : [],
28+ "keywords" : [
29+ " gruntplugin" ,
30+ " obfuscator" ,
31+ " js obfuscator" ,
32+ " javascript obfuscator" ,
33+ " obfuscation" ,
34+ " code protection" ,
35+ " grunt obfuscator" ,
36+ " javascript"
37+ ],
2938 "files" : [
3039 " tasks"
3140 ]
You can’t perform that action at this time.
0 commit comments