Files
nexe/examples/native-build/package.json
T
2017-07-16 21:40:23 -05:00

17 lines
291 B
JSON

{
"name": "native-build",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"bundle": "node build",
"build": "nexe -i app.js -o app.exe"
},
"author": "",
"license": "ISC",
"dependencies": {
"fuse-box": "^2.2.0",
"zmq": "^2.15.3"
}
}