{
  "application": {
    "name": "Application"
  },
  "platforms": [ "iphone", "web" ],
  "modules": {
    "base": {
      "scripts": [
        "js/base.js",
        {"module-map": true}
      ],
      "styles": [
        "styles/base.styl"
      ]
    }
  },

  "styles": {
    "inline": true,
    "pixelDensity": {
      "iphone": [ 1, 2 ]
    },
    "urlSizeLimit": 1,
    "useNib": true,
    "includes": [
      "styles/global.styl"
    ]
  },
  "scope": "none"
}
