Merge pull request #8 from luckcolors/master
Added nw.js package.json file for building desktop app.
This commit is contained in:
commit
e34970c05f
1 changed files with 11 additions and 0 deletions
11
package.json
Normal file
11
package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "jsxm",
|
||||
"version": "1",
|
||||
"main": "index.html",
|
||||
"window": {
|
||||
"frame": true,
|
||||
"toolbar": false,
|
||||
"position": "center",
|
||||
"resizable": true
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue