Nativefier/app/package.json

20 lines
424 B
JSON
Raw Normal View History

2015-07-05 08:08:13 +02:00
{
2015-07-05 09:11:49 +02:00
"name": "Nativefier Placeholder",
2015-07-05 08:08:13 +02:00
"version": "0.0.1",
2015-07-05 09:11:49 +02:00
"description": "Placeholder for the nativefier cli to override with a target url",
2015-07-05 08:08:13 +02:00
"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",
2016-01-19 04:25:54 +01:00
"license": "MIT"
2015-07-05 08:08:13 +02:00
}