2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2025-01-23 15:18:30 +00:00

Add keywords

This commit is contained in:
Jia Hao 2016-01-19 18:04:36 +08:00
parent eb4a948506
commit b17c2af5e6

View File

@ -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"