UNPKG

grunt-jscrambler

Version:

Obfuscate your source files using the Jscrambler Code Integrity API.

54 lines 1.25 kB
{ "name": "grunt-jscrambler", "description": "Obfuscate your source files using the Jscrambler Code Integrity API.", "version": "8.4.39", "homepage": "https://github.com/jscrambler/jscrambler", "author": "Jscrambler <support@jscrambler.com>", "contributors": [ "Michael Nicholls <nicholls.mc@gmail.com> (https://github.com/mcnicholls)" ], "repository": { "type": "git", "url": "https://github.com/jscrambler/jscrambler.git", "directory": "packages/grunt-jscrambler" }, "bugs": { "url": "https://github.com/jscrambler/jscrambler/issues" }, "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">= 12.17.0" }, "peerDependencies": { "grunt": ">=1.3.0" }, "devDependencies": { "grunt": ">=1.3.0", "grunt-cli": "^1.2.0", "grunt-contrib-clean": "^0.6.0" }, "dependencies": { "jscrambler": "8.11.3" }, "files": [ "Gruntfile.js", "tasks" ], "keywords": [ "gruntplugin", "jscrambler", "obfuscate", "protect", "js", "javascript" ], "scripts": { "test": "grunt", "eslint": "eslint tasks/ examples/", "eslint:fix": "pnpm run eslint --fix" } }