2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-25 23:03:15 +00:00
nativefier/app/package.json

20 lines
381 B
JSON
Raw Normal View History

2015-07-05 06:08:13 +00:00
{
"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"
}