1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-27 07:45:03 +02:00
Nativefier/app/package.json
2015-07-05 14:08:13 +08:00

20 lines
381 B
JSON

{
"name": "NativeFier",
"version": "0.0.1",
"description": "Wrap single-page web apps natiely",
"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": "ISC"
}