Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.48 KB | None | 0 0
  1. {
  2.       "description": "NativeScript Application",
  3.       "license": "SEE LICENSE IN <your-license-filename>",
  4.       "readme": "NativeScript Application",
  5.       "repository": "<fill-your-repository-here>",
  6.       "nativescript": {
  7.         "id": "org.nativescript.helloWorld",
  8.         "tns-android": {
  9.           "version": "3.1.1"
  10.         },
  11.         "tns-ios": {
  12.           "version": "3.1.0"
  13.         }
  14.       },
  15.       "dependencies": {
  16.         "@angular/animations": "~4.1.0",
  17.         "@angular/common": "~4.1.0",
  18.         "@angular/compiler": "~4.1.0",
  19.         "@angular/core": "~4.1.0",
  20.         "@angular/forms": "~4.1.0",
  21.         "@angular/http": "~4.1.0",
  22.         "@angular/platform-browser": "~4.1.0",
  23.         "@angular/router": "~4.1.0",
  24.         "font-awesome": "^4.7.0",
  25.         "nativescript-angular": "~3.1.0",
  26.         "nativescript-camera": "^3.0.1",
  27.         "nativescript-couchbase": "^1.0.18",
  28.         "nativescript-ngx-fonticon": "^2.2.3",
  29.         "nativescript-plugin-firebase": "^4.0.5",
  30.         "nativescript-telerik-ui": "^3.0.4",
  31.         "nativescript-theme-core": "~1.0.2",
  32.         "reflect-metadata": "~0.1.8",
  33.         "rxjs": "^5.4.2",
  34.         "tns-core-modules": "^3.1.1",
  35.         "zone.js": "~0.8.2"
  36.       },
  37.       "devDependencies": {
  38.         "babel-traverse": "6.25.0",
  39.         "babel-types": "6.25.0",
  40.         "babylon": "6.17.4",
  41.         "lazy": "1.0.11",
  42.         "nativescript-dev-typescript": "~0.5.0",
  43.         "typescript": "~2.2.1"
  44.       }
  45.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement