mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 10:38:55 +00:00
57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"name": "nativefier",
|
|
"version": "1.0.9",
|
|
"description": "Wrap single-page web apps natively",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"nativefier": "cli.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/skewedlines/Nativefier.git"
|
|
},
|
|
"author": "Jia Hao",
|
|
"license": "BSD-2-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/skewedlines/Nativefier/issues"
|
|
},
|
|
"homepage": "https://github.com/skewedlines/Nativefier",
|
|
"dependencies": {
|
|
"asar": "^0.6.1",
|
|
"electron-download": "^1.0.0",
|
|
"extract-zip": "^1.0.3",
|
|
"minimist": "^1.1.1",
|
|
"mkdirp": "^0.5.0",
|
|
"mv": "^2.0.3",
|
|
"ncp": "^2.0.0",
|
|
"plist": "^1.1.0",
|
|
"rcedit": "^0.3.0",
|
|
"rimraf": "^2.3.2",
|
|
"run-series": "^1.1.1",
|
|
"temp": "^0.8.3",
|
|
"validator": "^3.40.1"
|
|
},
|
|
"devDependencies": {
|
|
"run-waterfall": "^1.1.1",
|
|
"standard": "^3.3.2",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tape test"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"test/fixtures/**/node_modules"
|
|
]
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"keywords": [
|
|
"native",
|
|
"electron",
|
|
"package",
|
|
"cli"
|
|
]
|
|
}
|