{ "name": "jsfuckify", "version": "0.0.1", "description": "Browserify transformer and CLI to convert normal JS into JSFuck", "main": "lib/index.js", "scripts": { "postinstall": "npm run create-dirs", "create-dirs": "mkdir -p bin/ tests/out", "build-cli": "browserify ./lib/cli.js -o ./bin/cli.js", "test": "./scripts/runtests", "lint": "eslint 'lib/'", "test-build": "browserify tests/to-build.js -t ./lib/index.js -o tests/out/built.js", "coverage": "istanbul cover node_modules/.bin/_mocha -- --require scripts/test-helper.js --bail --recursive 'tests/*.js'", "mocha": "mocha --require scripts/test-helper.js --bail 'tests/**/*.js'" }, "keywords": [ "jsfuck", "jscrewit", "esoteric" ], "bin": "./bin/cli.js", "author": "TheOrangeOne ", "dependencies": { "browserify-transform-tools": "=1.5.3", "jscrewit": "=1.10.1" }, "devDependencies": { "babel-eslint": "=5.0.0", "browserify": "=13.0.0", "chai": "=3.5.0", "eslint": "=1.5.0", "eslint-config": "git://github.com/dabapps/eslint-config.git", "eslint-plugin-react": "=4.2.3", "istanbul": "=0.4.2", "jsonlint": "=1.6.2", "mocha": "=2.4.5", "sinon": "=1.17.3", "sinon-chai": "=2.8.0" } }