Merge pull request #8 from luckcolors/master

Added nw.js package.json file for building desktop app.
This commit is contained in:
Andy Sloane 2015-11-11 15:49:23 -08:00
commit e34970c05f

11
package.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "jsxm",
"version": "1",
"main": "index.html",
"window": {
"frame": true,
"toolbar": false,
"position": "center",
"resizable": true
}
}