{ "name": "nexe", "description": "Create a single executable out of your Node.js application", "license": "MIT", "version": "2.0.0-beta.1", "contributors": [ "Craig Condon (http://crcn.io)", "Jared Allard ", "Caleb Boyd " ], "scripts": { "clean": "rimraf lib", "prebuild": "npm run clean && npm run lint", "build": "babel src -d lib --copy-files", "lint": "standard index.js ./src/**/* --fix", "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/nexe/nexe.git" }, "files": [ "lib" ], "main": "lib/nexe.js", "bin": { "nexe": "index.js" }, "dependencies": { "app-builder": "^5.1.0", "bluebird": "^3.5.0", "chalk": "^1.1.3", "globby": "^6.1.0", "html-loader": "^0.4.5", "json-loader": "^0.5.4", "memory-fs": "^0.4.1", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "nigel": "^2.0.2", "raw-loader": "^0.5.1", "request": "^2.81.0", "rimraf": "^2.6.1", "streamsearch": "^0.1.2", "tar-fs": "^1.15.2", "webpack": "^2.3.3", "xbin-loader": "^1.0.1" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-preset-env": "^1.3.3", "mocha": "^3.2.0", "standard": "^10.0.1" } }