{ "name": "javascript-obfuscator", "version": "0.6.0", "description": "JavaScript obfuscator", "keywords": [ "obfuscator", "obfuscation", "uglify", "crush", "code protection", "javascript obfuscator", "js obfuscator" ], "main": "dist/index.js", "dependencies": { "esprima": "^2.7.2", "escodegen": "^1.8.0", "estraverse": "^4.2.0" }, "devDependencies": { "babel-cli": "^6.9.0", "babel-loader": "^6.2.4", "babel-polyfill": "^6.9.1", "babel-preset-es2015": "^6.9.0", "chai": "^3.5.0", "lite-server": "^1.3.1", "mocha": "^2.5.3", "source-map-support": "^0.4.0", "ts-loader": "^0.8.2", "ts-node": "^0.9.1", "typescript": "^1.8.10", "typings": "^0.8.1", "webpack": "^2.1.0-beta.12", "webpack-node-externals": "^1.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/sanex3339/javascript-obfuscator.git" }, "scripts": { "tsc": "tsc", "tsc:w": "tsc -w", "webpack": "node_modules/.bin/webpack", "watch": "node_modules/.bin/webpack --watch", "lite": "lite-server", "start": "concurrent \"npm run tsc:w\" \"npm run lite\" ", "test:dev": "node test/dev/test.js", "test:mocha": "mocha --require ts-node/register test/**/*.spec.ts", "test": "npm run test:dev && npm run test:mocha", "typings": "node_modules/.bin/typings install" }, "author": { "name": "Timofey Kachalov" }, "license": "BSD-2-Clause" }