{
  "main": "index.html",
  "name": "lumia",
  "description": "lumia editor for fun",
  "version": "0.1.0",
  "keywords": [
    "lumia",
    "node-webkit"
  ],
  "window": {
    "title": "lumia",
    "toolbar": false,
    "frame": true,
    "width": 800,
    "height": 600,
    "position": "mouse",
    "min_width": 800,
    "min_height": 600
  },
  "dependencies": {
    "underscore": "~1.6.0",
    "jquery": "~2.1.0",
    "coffee-script": "~1.7.1",
    "backbone": "~1.1.2",
    "string": "~1.8.0",
    "git-utils": "~1.2.2",
    "colors":"~0.6.2"
  },
  "webkit": {
    "plugin": true
  },
  "author": "phodal <fdhuang@thoughtworks.com> (http://www.phodal.com)",
  "licenses": [
    {
      "type": "MIT"
    }
  ],
  "devDependencies": {
    "coffee-script": "~1.7.1"
  },
  "scripts": {
    "test": "lumia"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gmszone/lumia.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gmszone/lumia/issues"
  },
  "homepage": "https://github.com/gmszone/lumia"
}
