{
  "name": "@irman/nativescript-ng2-slides",
  "version": "0.1.6",
  "description": "Angular Native(NativeScript + Angular 2) version of the slides. Forked from the original /nativescript-ng2-slides",
  "main": "index.js",
  "scripts": {
    "build": "tsc",
    "demo.ios": "npm run preparedemo && cd demo && tns emulate ios",
    "demo.android": "npm run preparedemo && cd demo && tns run android",
    "preparedemo": "npm run build && cd demo && tns plugin remove @irman/nativescript-ng2-slides && tns plugin add .. && tns install",
    "setup": "npm install && cd demo && npm install && cd .. && npm run build && cd demo && tns plugin add .. && cd ..",
    "livesync.ios": "cd slides  && tns livesync ios --watch",
    "livesync.android": "cd slides  && tns livesync android --watch",
    "ios": "xcproj --project platforms/ios/YourApp.xcodeproj touch; xcproj --project platforms/ios/Pods/Pods.xcodeproj touch; tns livesync ios --emulator --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/irman/nativescript-ng2-slides"
  },
  "author": "Josh Sommer <joshdsommer@gmail.com> (https://twitter.com/_JoshSommer), Irman Ahmad <irman@outlook.my>",
  "license": "MIT"
}
