{ "name": "nativefier", "version": "6.5.5", "description": "Wrap web apps natively", "keywords": [ "desktop", "electron", "app", "native", "wrapper" ], "main": "lib/buildApp.js", "scripts": { "dev-up": "npm install && (cd app && npm install)", "postinstall": "mkdir -p app/lib", "test": "echo \"Error: no test specified\" && exit 1", "build-app": "browserify app/src/main.js --node --ignore-missing --detect-globals false --debug -o app/lib/main.js && cp app/src/preload.js app/lib/preload.js", "build-module": "babel src -d lib", "build": "npm run build-app && npm run build-module", "watch": "babel --watch src -d lib", "prepublish": "npm run build", "package-placeholder": "npm run build && node lib/cli.js http://www.medium.com ~/Desktop --overwrite && open ~/Desktop/Medium-darwin-x64/Medium.app", "start-placeholder": "npm run build && electron app", "debug-auth": "npm run build && node lib/cli.js http://feedly.com/i/welcome ~/Desktop --overwrite --app-name feedly && open ~/Desktop/feedly-darwin-x64/feedly.app" }, "bin": { "nativefier": "lib/cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/jiahaog/nativefier.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/jiahaog/nativefier/issues" }, "homepage": "https://github.com/jiahaog/nativefier#readme", "dependencies": { "async": "^1.5.2", "cheerio": "^0.19.0", "commander": "^2.9.0", "electron-packager": "^5.2.1", "lodash": "^4.0.0", "ncp": "^2.0.0", "request": "^2.67.0", "tmp": "0.0.28", "validator": "^4.5.0" }, "babel": { "presets": [ "es2015" ] }, "devDependencies": { "babel-cli": "^6.4.0", "babel-preset-es2015": "^6.3.13", "browserify": "^13.0.0", "electron-prebuilt": "^0.36.4" } }