1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-27 07:45:03 +02:00
Nativefier/app/package.json
2016-01-19 11:25:54 +08:00

20 lines
424 B
JSON

{
"name": "Nativefier Placeholder",
"version": "0.0.1",
"description": "Placeholder for the nativefier cli to override with a target url",
"main": "main.js",
"dependencies": {
"electron-prebuilt": "^0.29.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"desktop",
"electron"
],
"author": "Jia Hao",
"license": "MIT"
}