{
  "private": true,
  "name": "neft-sample-project",
  "version": "0.0.1",
  "description": "Sample Neft.io project",
  "config": {
    "title": "Neft.io Project",
    "protocol": "http",
    "port": 3000,
    "host": "localhost",
    "url": "http://localhost:3000/",
    "language": "en",
    "type": "app"
  },
  "scripts": {
    "test": "neft-unit ./tests/\\*\\*/\\*.js"
  },
  "extensions": [
    "default-styles",
    "native-items"
  ],
  "android": {
    "package": "io.neft.sample",
    "versionCode": 1,
    "versionName": "1.0",
    "application": {
      "label": "Neft.io Sample Project"
    }
  }
}
