generator-nww
Version:
Yeoman generator for NW.js, Angular, [Bootstrap+Jquery] and Node
35 lines • 859 B
JSON
{
"name": "<%= name %>",
"version": "0.0.1",
"main": "./app/index.html",
"description": "<%= description %>",
"repository": "<%= repository %>",
"license": "<%= license %>",
"scripts": {
"start": "nw"
},
"dependencies": {
"nw": "<%= node_version %>-sdk"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-nw-builder": "^3.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-shell": "^1.1.2",
"grunt-bower":"^0.21.4"
},
"window": {
"title": "NWW app",
"toolbar": false,
"frame": true,
"position": "center",
"fullscreen": false,
"resizable": true,
"width": 400,
"height": 300,
"min_width": 400,
"min_height": 300,
"icon": ""
}
}