mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-05 12:57:52 +00:00
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "nativefier",
|
|
"version": "6.5.6",
|
|
"description": "Wrap web apps natively",
|
|
"keywords": [
|
|
"desktop",
|
|
"electron",
|
|
"app",
|
|
"native",
|
|
"wrapper"
|
|
],
|
|
"main": "lib/buildApp.js",
|
|
"scripts": {
|
|
"dev-up": "npm install && (cd app && npm install)",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "gulp build",
|
|
"watch": "while true ; do gulp watch ; done",
|
|
"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",
|
|
"clean": "gulp clean"
|
|
},
|
|
"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-core": "^6.4.5",
|
|
"babel-loader": "^6.2.1",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"del": "^2.2.0",
|
|
"electron-prebuilt": "^0.36.5",
|
|
"gulp": "^3.9.0",
|
|
"gulp-babel": "^6.1.1",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"run-sequence": "^1.1.5",
|
|
"webpack-stream": "^3.1.0"
|
|
}
|
|
}
|