File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webpack-obfuscator" ,
3
- "version" : " 0.6.0 " ,
3
+ "version" : " 0.6.1 " ,
4
4
"description" : " javascript-obfuscator plugin for Webpack" ,
5
5
"keywords" : [
6
6
" obfuscator" ,
14
14
],
15
15
"main" : " index.js" ,
16
16
"dependencies" : {
17
- "javascript-obfuscator" : " ^0.6.0"
17
+ "javascript-obfuscator" : " ^0.6.0" ,
18
+ "multimatch" : " ^2.0.0" ,
19
+ "webpack-core" : " ^0.6.8"
18
20
},
19
21
"devDependencies" : {
20
- "gulp-util" : " ^3.0.5" ,
21
- "lite-server" : " ^1.3.1" ,
22
- "multimatch" : " ^2.0.0" ,
23
- "through2" : " ^2.0.0" ,
24
- "webpack-core" : " ^0.6.8" ,
25
22
"typescript" : " ^1.8.10" ,
26
23
"typings" : " ^0.8.1"
27
24
},
30
27
"url" : " git+https://github.com/sanex3339/webpack-obfuscator.git"
31
28
},
32
29
"scripts" : {
33
- "start" : " concurrent \" npm run tsc:w\" \" npm run lite\" " ,
34
- "lite" : " lite-server" ,
35
30
"tsc" : " tsc" ,
36
31
"tsc:w" : " tsc -w" ,
37
32
"typings" : " node_modules/.bin/typings install"
You can’t perform that action at this time.
0 commit comments