ng-page-slider
Version:
Mimicks the functionality of UIPageViewController in pure HTML for mobile web apps with Angular 2.
58 lines (57 loc) • 1.85 kB
JSON
{
"name": "ng-page-slider",
"version": "0.0.5",
"description": "Mimicks the functionality of UIPageViewController in pure HTML for mobile web apps with Angular 2.",
"repository": "https://github.com/mhadar/Angular-2-Page-Slider",
"scripts": {
"build": "ngc -p ./tsconfig.json && rollup -c",
"examples": "concurrently \"npm run watchExamples\" \"npm run serveExamples\"",
"serveExamples": "live-server --entry-file=./examples/index.html",
"buildExamples": "tsc -p ./examples",
"watchExamples": "tsc -w -p ./examples"
},
"main": "./bundles/ng-page-slider.umd.js",
"module": "./bundles/ng-page-slider.es.js",
"es2015": "./bundles/ng-page-slider.es.js",
"types": "./typings/ng-page-slider.d.ts",
"typings": "./typings/ng-page-slider.d.ts",
"keywords": [
"Angular2",
"NG2",
"Typescript",
"UIPageView",
"UIPageViewController",
"Pagination",
"Slider",
"Carousel"
],
"author": "Keaton Brandt",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=2.3.0 <5.0.0",
"@angular/compiler": ">=2.3.0 <5.0.0",
"@angular/core": ">=2.3.0 <5.0.0",
"@angular/platform-browser": ">=2.3.0 <5.0.0"
},
"devDependencies": {
"@angular/common": "^4.1.3",
"@angular/compiler": "^4.1.3",
"@angular/core": "^4.1.3",
"@angular/platform-browser": "^4.1.3",
"@angular/platform-browser-dynamic": "^4.1.3",
"systemjs": "^0.19.47",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.10",
"rxjs": "~5.1.1",
"concurrently": "^3.4.0",
"live-server": "1.2.0",
"zone.js": "^0.8.11",
"@angular/animations": "^4.1.3",
"@angular/compiler-cli": "^4.1.3",
"@angular/platform-server": "^4.1.3",
"rollup": "^0.41.6",
"rollup-plugin-node-resolve": "^3.0.0",
"typescript": "^2.3.3",
"@types/node": "^6.0.73"
}
}