mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-23 07:08:28 +00:00
Add keywords
This commit is contained in:
parent
eb4a948506
commit
b17c2af5e6
@ -2,6 +2,13 @@
|
|||||||
"name": "nativefier",
|
"name": "nativefier",
|
||||||
"version": "6.2.0",
|
"version": "6.2.0",
|
||||||
"description": "Wrap web apps natively",
|
"description": "Wrap web apps natively",
|
||||||
|
"keywords": [
|
||||||
|
"desktop",
|
||||||
|
"electron",
|
||||||
|
"app",
|
||||||
|
"native",
|
||||||
|
"wrapper"
|
||||||
|
],
|
||||||
"main": "lib/buildApp.js",
|
"main": "lib/buildApp.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
@ -37,6 +44,7 @@
|
|||||||
"es2015"
|
"es2015"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-cli": "^6.4.0",
|
"babel-cli": "^6.4.0",
|
||||||
"babel-preset-es2015": "^6.3.13"
|
"babel-preset-es2015": "^6.3.13"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user