Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. {
  2.   "name": "webkithello",
  3.   "version": "0.0.1",
  4.   "description": "Node Webkit Hello World",
  5.   "main": "index.html",
  6.   "window": {
  7.     "title": "HelloWebkit",
  8.     "toolbar": false,
  9.     "icon": "py.ico",
  10.     "position": "center",
  11.     "show": false
  12.   },
  13.   "scripts": {
  14.     "test": "echo \"Error: no test specified\" && exit 1"
  15.   },
  16.   "author": "Gyengus(Tm)",
  17.   "license": "MIT",
  18.   "devDependencies": {
  19.     "gulp": "^3.8.10",
  20.     "gulp-util": "^3.0.1",
  21.     "node-webkit-builder": "^0.3.0"
  22.   }
  23. }