{"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist-tags":{"package@0.1.85":"0.1.85","latest":"0.1.85","package@0.1.87":"0.1.87","package@0.1.88":"0.1.88","package@0.1.89":"0.1.89","package@0.1.90":"0.1.90","package@0.1.91":"0.1.91","package@0.1.92":"0.1.92","package@0.1.93":"0.1.93","package@0.1.94":"0.1.94","package@0.1.95":"0.1.95","package@0.1.96":"0.1.96","package@0.1.97":"0.1.97"},"versions":{"0.1.85":{"name":"ngx-dashboard-widgets","version":"0.1.85","description":"Dashboard widgets library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/dashboard-widgets.git"},"keywords":[],"author":"","license":"MIT","homepage":"https://nCinga@bitbucket.org/nCinga/dashboard-widgets#readme","devDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/forms":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","@angular/platform-browser-dynamic":"4.1.3","@ionic-native/core":"3.12.1","@types/jquery":"3.3.31","copy":"^0.3.0","copyfiles":"^1.2.0","core-js":"^2.4.1","css-loader":"^0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","ngx-dashboard-base":"1.2.18","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12","@angular/animations":"4.1.3"},"peerDependencies":{"@angular/common":"~4.1.3","@angular/core":"~4.1.3","@angular/http":"~4.1.3","@angular/platform-browser":"~4.1.3","zone.js":"~0.8.12","ngx-dashboard-base":"~1.2.17","echarts":"~3.7.2"},"dependencies":{"@types/node":"9.6.0","angular2-collapsible":"0.0.52","echarts":"^4.0.2","jquery":"^3.3.1","jquery-sparkline":"^2.4.0","ngx-echarts":"^2.0.2"},"readme":"# Dashboard widgets library\n\nThis is a library for building your own reusable Angular2/Ionic2 components using TypeScript. The components should developed based on the rules\nof ngx-dashboard module.\nSupports Angular's ngc and Ahead-of-Time compiling out of the box.\n\n## Developing\n\nDevelop your module like any other Angular 2 component module. Then, run `npm run build` to build a local copy.\n\nWhen you're ready to publish to npm, run `npm publishPackage`.\n\nIf you'd like to test this package, run `npm install ionic-module-template`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../ionic-module-template-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1)echo -n 'username:password' | openssl base64\n\n2)open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\n\nCurrently, modules must be published to npm. `npm link` packages will not install properly with our webpack confing (something on our list). If you can't push private code to npm, other options are a private npm repo/npm enterprise, or `npm install` from a git repo.\n## Using your module in an Ionic 2 app\n\n```typescript\nimport { NgModule } from '@angular/core';\nimport { IonicApp, IonicModule } from 'ionic-angular';\nimport { MyApp } from './app.component';\nimport { HomePage } from '../pages/home/home';\n\n// Import your module\nimport { NgxDashboardWidgets } from 'ngx-dashboard-widgets';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgxDashboardWidgets // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: []\n})\nexport class AppModule {}\n```\n","readmeFilename":"README.md","_id":"ngx-dashboard-widgets@0.1.85","_shasum":"2048b1d3ba6478e276cbf9bcff7b49e3e1c792b9","_resolved":"file:ngx-dashboard-widgets-0.1.85.tgz","_from":".","_npmVersion":"5.6.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"4fb75fa4a5a584ea264db4ab13907a70715a7fa7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/ngx-dashboard-widgets/-/ngx-dashboard-widgets-0.1.85.tgz","integrity":"sha512-zI9OX4pGQvCSebshsyPFhkWePw9AAEgXch3vwRqHXDn5xAtL63yRPo7fJv3wUgfT8XjdMEfyoZjJ4+gpzGurTg=="},"gitHead":"47dd9d2c9cec6066a5776281b3f47b4eea2430e3"},"0.1.87":{"name":"ngx-dashboard-widgets","version":"0.1.87","description":"Dashboard widgets library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/dashboard-widgets.git"},"keywords":[],"author":"","license":"MIT","homepage":"https://nCinga@bitbucket.org/nCinga/dashboard-widgets#readme","devDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/forms":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","@angular/platform-browser-dynamic":"4.1.3","@ionic-native/core":"3.12.1","@types/jquery":"^3.3.0","copy":"^0.3.0","copyfiles":"^1.2.0","core-js":"^2.4.1","css-loader":"^0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","ngx-dashboard-base":"1.2.18","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"~4.1.3","@angular/core":"~4.1.3","@angular/http":"~4.1.3","@angular/platform-browser":"~4.1.3","zone.js":"~0.8.12","ngx-dashboard-base":"~1.2.17","echarts":"~3.7.2"},"dependencies":{"@types/node":"^9.6.0","angular2-collapsible":"0.0.52","echarts":"^4.0.2","jquery":"^3.3.1","jquery-sparkline":"^2.4.0","ngx-echarts":"^2.0.2"},"readme":"# Dashboard widgets library\n\nThis is a library for building your own reusable Angular2/Ionic2 components using TypeScript. The components should developed based on the rules\nof ngx-dashboard module.\nSupports Angular's ngc and Ahead-of-Time compiling out of the box.\n\n## Developing\n\nDevelop your module like any other Angular 2 component module. Then, run `npm run build` to build a local copy.\n\nWhen you're ready to publish to npm, run `npm publishPackage`.\n\nIf you'd like to test this package, run `npm install ionic-module-template`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../ionic-module-template-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1)echo -n 'username:password' | openssl base64\n\n2)open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\n\nCurrently, modules must be published to npm. `npm link` packages will not install properly with our webpack confing (something on our list). If you can't push private code to npm, other options are a private npm repo/npm enterprise, or `npm install` from a git repo.\n## Using your module in an Ionic 2 app\n\n```typescript\nimport { NgModule } from '@angular/core';\nimport { IonicApp, IonicModule } from 'ionic-angular';\nimport { MyApp } from './app.component';\nimport { HomePage } from '../pages/home/home';\n\n// Import your module\nimport { NgxDashboardWidgets } from 'ngx-dashboard-widgets';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgxDashboardWidgets // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: []\n})\nexport class AppModule {}\n```\n","readmeFilename":"README.md","_id":"ngx-dashboard-widgets@0.1.87","_shasum":"ed89657e49280f20a8d32952bde97878135e7bff","_resolved":"file:ngx-dashboard-widgets-0.1.87.tgz","_from":"ngx-dashboard-widgets-0.1.87.tgz","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"ed89657e49280f20a8d32952bde97878135e7bff","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/ngx-dashboard-widgets/-/ngx-dashboard-widgets-0.1.87.tgz"}},"0.1.88":{"name":"ngx-dashboard-widgets","version":"0.1.88","description":"Dashboard widgets library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/dashboard-widgets.git"},"keywords":[],"author":"","license":"MIT","homepage":"https://nCinga@bitbucket.org/nCinga/dashboard-widgets#readme","devDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/forms":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","@angular/platform-browser-dynamic":"4.1.3","@ionic-native/core":"3.12.1","@types/jquery":"^3.3.0","copy":"^0.3.0","copyfiles":"^1.2.0","core-js":"^2.4.1","css-loader":"^0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","ngx-dashboard-base":"1.2.18","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"~4.1.3","@angular/core":"~4.1.3","@angular/http":"~4.1.3","@angular/platform-browser":"~4.1.3","zone.js":"~0.8.12","ngx-dashboard-base":"~1.2.17","echarts":"~3.7.2"},"dependencies":{"@types/node":"^9.6.0","angular2-collapsible":"0.0.52","echarts":"^4.0.2","jquery":"^3.3.1","jquery-sparkline":"^2.4.0","ngx-echarts":"^2.0.2"},"readme":"# Dashboard widgets library\n\nThis is a library for building your own reusable Angular2/Ionic2 components using TypeScript. The components should developed based on the rules\nof ngx-dashboard module.\nSupports Angular's ngc and Ahead-of-Time compiling out of the box.\n\n## Developing\n\nDevelop your module like any other Angular 2 component module. Then, run `npm run build` to build a local copy.\n\nWhen you're ready to publish to npm, run `npm publishPackage`.\n\nIf you'd like to test this package, run `npm install ionic-module-template`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../ionic-module-template-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1)echo -n 'username:password' | openssl base64\n\n2)open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\n\nCurrently, modules must be published to npm. `npm link` packages will not install properly with our webpack confing (something on our list). If you can't push private code to npm, other options are a private npm repo/npm enterprise, or `npm install` from a git repo.\n## Using your module in an Ionic 2 app\n\n```typescript\nimport { NgModule } from '@angular/core';\nimport { IonicApp, IonicModule } from 'ionic-angular';\nimport { MyApp } from './app.component';\nimport { HomePage } from '../pages/home/home';\n\n// Import your module\nimport { NgxDashboardWidgets } from 'ngx-dashboard-widgets';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgxDashboardWidgets // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: []\n})\nexport class AppModule {}\n```\n","readmeFilename":"README.md","_id":"ngx-dashboard-widgets@0.1.88","_shasum":"64cb39ddad984b481670acfc987f566b764aa77d","_resolved":"file:ngx-dashboard-widgets-0.1.88.tgz","_from":"ngx-dashboard-widgets-0.1.88.tgz","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"64cb39ddad984b481670acfc987f566b764aa77d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/ngx-dashboard-widgets/-/ngx-dashboard-widgets-0.1.88.tgz"}},"0.1.89":{"name":"ngx-dashboard-widgets","version":"0.1.89","description":"Dashboard widgets library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/dashboard-widgets.git"},"keywords":[],"author":"","license":"MIT","homepage":"https://nCinga@bitbucket.org/nCinga/dashboard-widgets#readme","devDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/forms":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","@angular/platform-browser-dynamic":"4.1.3","@ionic-native/core":"3.12.1","@types/jquery":"^3.3.0","copy":"^0.3.0","copyfiles":"^1.2.0","core-js":"^2.4.1","css-loader":"^0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","ngx-dashboard-base":"1.2.18","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"~4.1.3","@angular/core":"~4.1.3","@angular/http":"~4.1.3","@angular/platform-browser":"~4.1.3","zone.js":"~0.8.12","ngx-dashboard-base":"~1.2.17","echarts":"~3.7.2"},"dependencies":{"@types/node":"^9.6.0","angular2-collapsible":"0.0.52","echarts":"^4.0.2","jquery":"^3.3.1","jquery-sparkline":"^2.4.0","ngx-echarts":"^2.0.2"},"readme":"# Dashboard widgets library\n\nThis is a library for building your own reusable Angular2/Ionic2 components using TypeScript. The components should developed based on the rules\nof ngx-dashboard module.\nSupports Angular's ngc and Ahead-of-Time compiling out of the box.\n\n## Developing\n\nDevelop your module like any other Angular 2 component module. Then, run `npm run build` to build a local copy.\n\nWhen you're ready to publish to npm, run `npm publishPackage`.\n\nIf you'd like to test this package, run `npm install ionic-module-template`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../ionic-module-template-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1)echo -n 'username:password' | openssl base64\n\n2)open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\n\nCurrently, modules must be published to npm. `npm link` packages will not install properly with our webpack confing (something on our list). If you can't push private code to npm, other options are a private npm repo/npm enterprise, or `npm install` from a git repo.\n## Using your module in an Ionic 2 app\n\n```typescript\nimport { NgModule } from '@angular/core';\nimport { IonicApp, IonicModule } from 'ionic-angular';\nimport { MyApp } from './app.component';\nimport { HomePage } from '../pages/home/home';\n\n// Import your module\nimport { NgxDashboardWidgets } from 'ngx-dashboard-widgets';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgxDashboardWidgets // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: []\n})\nexport class AppModule {}\n```\n","readmeFilename":"README.md","_id":"ngx-dashboard-widgets@0.1.89","_shasum":"9186686aee4627fa42487165fc119a903cf6c390","_resolved":"file:ngx-dashboard-widgets-0.1.89.tgz","_from":"ngx-dashboard-widgets-0.1.89.tgz","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"9186686aee4627fa42487165fc119a903cf6c390","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/ngx-dashboard-widgets/-/ngx-dashboard-widgets-0.1.89.tgz"}},"0.1.90":{"name":"ngx-dashboard-widgets","version":"0.1.90","description":"Dashboard widgets library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/dashboard-widgets.git"},"keywords":[],"author":"","license":"MIT","homepage":"https://nCinga@bitbucket.org/nCinga/dashboard-widgets#readme","devDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/forms":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","@angular/platform-browser-dynamic":"4.1.3","@ionic-native/core":"3.12.1","@types/jquery":"^3.3.0","copy":"^0.3.0","copyfiles":"^1.2.0","core-js":"^2.4.1","css-loader":"^0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","ngx-dashboard-base":"1.2.18","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"~4.1.3","@angular/core":"~4.1.3","@angular/http":"~4.1.3","@angular/platform-browser":"~4.1.3","zone.js":"~0.8.12","ngx-dashboard-base":"~1.2.17","echarts":"~3.7.2"},"dependencies":{"@types/node":"^9.6.0","angular2-collapsible":"0.0.52","echarts":"^4.0.2","jquery":"^3.3.1","jquery-sparkline":"^2.4.0","ngx-echarts":"^2.0.2"},"readme":"# Dashboard widgets library\n\nThis is a library for building your own reusable Angular2/Ionic2 components using TypeScript. The components should developed based on the rules\nof ngx-dashboard module.\nSupports Angular's ngc and Ahead-of-Time compiling out of the box.\n\n## Developing\n\nDevelop your module like any other Angular 2 component module. Then, run `npm run build` to build a local copy.\n\nWhen you're ready to publish to npm, run `npm publishPackage`.\n\nIf you'd like to test this package, run `npm install ionic-module-template`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../ionic-module-template-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1)echo -n 'username:password' | openssl base64\n\n2)open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\n\nCurrently, modules must be published to npm. `npm link` packages will not install properly with our webpack confing (something on our list). If you can't push private code to npm, other options are a private npm repo/npm enterprise, or `npm install` from a git repo.\n## Using your module in an Ionic 2 app\n\n```typescript\nimport { NgModule } from '@angular/core';\nimport { IonicApp, IonicModule } from 'ionic-angular';\nimport { MyApp } from './app.component';\nimport { HomePage } from '../pages/home/home';\n\n// Import your module\nimport { NgxDashboardWidgets } from 'ngx-dashboard-widgets';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgxDashboardWidgets // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: []\n})\nexport class AppModule {}\n```\n","readmeFilename":"README.md","_id":"ngx-dashboard-widgets@0.1.90","_shasum":"8d92fef40c93762e8e45b68455852a170dd91986","_resolved":"file:ngx-dashboard-widgets-0.1.90.tgz","_from":"ngx-dashboard-widgets-0.1.90.tgz","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"8d92fef40c93762e8e45b68455852a170dd91986","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/ngx-dashboard-widgets/-/ngx-dashboard-widgets-0.1.90.tgz"}},"0.1.91":{"name":"ngx-dashboard-widgets","version":"0.1.91","description":"Dashboard widgets library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/dashboard-widgets.git"},"keywords":[],"author":"","license":"MIT","homepage":"https://nCinga@bitbucket.org/nCinga/dashboard-widgets#readme","devDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/forms":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","@angular/platform-browser-dynamic":"4.1.3","@ionic-native/core":"3.12.1","@types/jquery":"^3.3.0","copy":"^0.3.0","copyfiles":"^1.2.0","core-js":"^2.4.1","css-loader":"^0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","ngx-dashboard-base":"1.2.18","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"~4.1.3","@angular/core":"~4.1.3","@angular/http":"~4.1.3","@angular/platform-browser":"~4.1.3","zone.js":"~0.8.12","ngx-dashboard-base":"~1.2.17","echarts":"~3.7.2"},"dependencies":{"@types/node":"^9.6.0","angular2-collapsible":"0.0.52","echarts":"^4.0.2","jquery":"^3.3.1","jquery-sparkline":"^2.4.0","ngx-echarts":"^2.0.2"},"readme":"# Dashboard widgets library\n\nThis is a library for building your own reusable Angular2/Ionic2 components using TypeScript. The components should developed based on the rules\nof ngx-dashboard module.\nSupports Angular's ngc and Ahead-of-Time compiling out of the box.\n\n## Developing\n\nDevelop your module like any other Angular 2 component module. Then, run `npm run build` to build a local copy.\n\nWhen you're ready to publish to npm, run `npm publishPackage`.\n\nIf you'd like to test this package, run `npm install ionic-module-template`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../ionic-module-template-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1)echo -n 'username:password' | openssl base64\n\n2)open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\n\nCurrently, modules must be published to npm. `npm link` packages will not install properly with our webpack confing (something on our list). If you can't push private code to npm, other options are a private npm repo/npm enterprise, or `npm install` from a git repo.\n## Using your module in an Ionic 2 app\n\n```typescript\nimport { NgModule } from '@angular/core';\nimport { IonicApp, IonicModule } from 'ionic-angular';\nimport { MyApp } from './app.component';\nimport { HomePage } from '../pages/home/home';\n\n// Import your module\nimport { NgxDashboardWidgets } from 'ngx-dashboard-widgets';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgxDashboardWidgets // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: []\n})\nexport class AppModule {}\n```\n","readmeFilename":"README.md","_id":"ngx-dashboard-widgets@0.1.91","_shasum":"73800c2cfd73ae648064f06637f9efdcb0903e33","_resolved":"file:ngx-dashboard-widgets-0.1.91.tgz","_from":"ngx-dashboard-widgets-0.1.91.tgz","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"73800c2cfd73ae648064f06637f9efdcb0903e33","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/ngx-dashboard-widgets/-/ngx-dashboard-widgets-0.1.91.tgz"}},"0.1.92":{"name":"ngx-dashboard-widgets","version":"0.1.92","description":"Dashboard widgets library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/dashboard-widgets.git"},"keywords":[],"author":"","license":"MIT","homepage":"https://nCinga@bitbucket.org/nCinga/dashboard-widgets#readme","devDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/forms":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","@angular/platform-browser-dynamic":"4.1.3","@ionic-native/core":"3.12.1","@types/jquery":"^3.3.0","copy":"^0.3.0","copyfiles":"^1.2.0","core-js":"^2.4.1","css-loader":"^0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","ngx-dashboard-base":"1.2.18","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"~4.1.3","@angular/core":"~4.1.3","@angular/http":"~4.1.3","@angular/platform-browser":"~4.1.3","zone.js":"~0.8.12","ngx-dashboard-base":"~1.2.17","echarts":"~3.7.2"},"dependencies":{"@types/node":"^9.6.0","angular2-collapsible":"0.0.52","echarts":"^4.0.2","jquery":"^3.3.1","jquery-sparkline":"^2.4.0","ngx-echarts":"^2.0.2"},"readme":"# Dashboard widgets library\n\nThis is a library for building your own reusable Angular2/Ionic2 components using TypeScript. The components should developed based on the rules\nof ngx-dashboard module.\nSupports Angular's ngc and Ahead-of-Time compiling out of the box.\n\n## Developing\n\nDevelop your module like any other Angular 2 component module. Then, run `npm run build` to build a local copy.\n\nWhen you're ready to publish to npm, run `npm publishPackage`.\n\nIf you'd like to test this package, run `npm install ionic-module-template`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../ionic-module-template-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1)echo -n 'username:password' | openssl base64\n\n2)open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\n\nCurrently, modules must be published to npm. `npm link` packages will not install properly with our webpack confing (something on our list). If you can't push private code to npm, other options are a private npm repo/npm enterprise, or `npm install` from a git repo.\n## Using your module in an Ionic 2 app\n\n```typescript\nimport { NgModule } from '@angular/core';\nimport { IonicApp, IonicModule } from 'ionic-angular';\nimport { MyApp } from './app.component';\nimport { HomePage } from '../pages/home/home';\n\n// Import your module\nimport { NgxDashboardWidgets } from 'ngx-dashboard-widgets';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgxDashboardWidgets // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: []\n})\nexport class AppModule {}\n```\n","readmeFilename":"README.md","_id":"ngx-dashboard-widgets@0.1.92","_shasum":"830ef411e78500af8e5a9090ccae44d645e0a82c","_resolved":"file:ngx-dashboard-widgets-0.1.92.tgz","_from":"ngx-dashboard-widgets-0.1.92.tgz","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"830ef411e78500af8e5a9090ccae44d645e0a82c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/ngx-dashboard-widgets/-/ngx-dashboard-widgets-0.1.92.tgz"}},"0.1.93":{"name":"ngx-dashboard-widgets","version":"0.1.93","description":"Dashboard widgets library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/dashboard-widgets.git"},"keywords":[],"author":"","license":"MIT","homepage":"https://nCinga@bitbucket.org/nCinga/dashboard-widgets#readme","devDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/forms":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","@angular/platform-browser-dynamic":"4.1.3","@ionic-native/core":"3.12.1","@types/jquery":"^3.3.0","copy":"^0.3.0","copyfiles":"^1.2.0","core-js":"^2.4.1","css-loader":"^0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","ngx-dashboard-base":"1.2.18","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"~4.1.3","@angular/core":"~4.1.3","@angular/http":"~4.1.3","@angular/platform-browser":"~4.1.3","zone.js":"~0.8.12","ngx-dashboard-base":"~1.2.17","echarts":"~3.7.2"},"dependencies":{"@types/node":"^9.6.0","angular2-collapsible":"0.0.52","echarts":"^4.0.2","jquery":"^3.3.1","jquery-sparkline":"^2.4.0","ngx-echarts":"^2.0.2"},"readme":"# Dashboard widgets library\n\nThis is a library for building your own reusable Angular2/Ionic2 components using TypeScript. The components should developed based on the rules\nof ngx-dashboard module.\nSupports Angular's ngc and Ahead-of-Time compiling out of the box.\n\n## Developing\n\nDevelop your module like any other Angular 2 component module. Then, run `npm run build` to build a local copy.\n\nWhen you're ready to publish to npm, run `npm publishPackage`.\n\nIf you'd like to test this package, run `npm install ionic-module-template`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../ionic-module-template-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1)echo -n 'username:password' | openssl base64\n\n2)open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\n\nCurrently, modules must be published to npm. `npm link` packages will not install properly with our webpack confing (something on our list). If you can't push private code to npm, other options are a private npm repo/npm enterprise, or `npm install` from a git repo.\n## Using your module in an Ionic 2 app\n\n```typescript\nimport { NgModule } from '@angular/core';\nimport { IonicApp, IonicModule } from 'ionic-angular';\nimport { MyApp } from './app.component';\nimport { HomePage } from '../pages/home/home';\n\n// Import your module\nimport { NgxDashboardWidgets } from 'ngx-dashboard-widgets';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgxDashboardWidgets // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: []\n})\nexport class AppModule {}\n```\n","readmeFilename":"README.md","_id":"ngx-dashboard-widgets@0.1.93","_shasum":"0277a50a8c6813a6c21f47d3479c8531b89583e9","_resolved":"file:ngx-dashboard-widgets-0.1.93.tgz","_from":"ngx-dashboard-widgets-0.1.93.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"0277a50a8c6813a6c21f47d3479c8531b89583e9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/ngx-dashboard-widgets/-/ngx-dashboard-widgets-0.1.93.tgz"}},"0.1.94":{"name":"ngx-dashboard-widgets","version":"0.1.94","description":"Dashboard widgets library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/dashboard-widgets.git"},"keywords":[],"author":"","license":"MIT","homepage":"https://nCinga@bitbucket.org/nCinga/dashboard-widgets#readme","devDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/forms":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","@angular/platform-browser-dynamic":"4.1.3","@ionic-native/core":"3.12.1","@types/jquery":"3.3.31","copy":"^0.3.0","copyfiles":"^1.2.0","core-js":"^2.4.1","css-loader":"^0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","ngx-dashboard-base":"1.2.18","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"~4.1.3","@angular/core":"~4.1.3","@angular/http":"~4.1.3","@angular/platform-browser":"~4.1.3","zone.js":"~0.8.12","ngx-dashboard-base":"~1.2.17","echarts":"~3.7.2"},"dependencies":{"@types/node":"^9.6.0","angular2-collapsible":"0.0.52","echarts":"^4.0.2","jquery":"^3.3.1","jquery-sparkline":"^2.4.0","ngx-echarts":"^2.0.2"},"readme":"# Dashboard widgets library\n\nThis is a library for building your own reusable Angular2/Ionic2 components using TypeScript. The components should developed based on the rules\nof ngx-dashboard module.\nSupports Angular's ngc and Ahead-of-Time compiling out of the box.\n\n## Developing\n\nDevelop your module like any other Angular 2 component module. Then, run `npm run build` to build a local copy.\n\nWhen you're ready to publish to npm, run `npm publishPackage`.\n\nIf you'd like to test this package, run `npm install ionic-module-template`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../ionic-module-template-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1)echo -n 'username:password' | openssl base64\n\n2)open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\n\nCurrently, modules must be published to npm. `npm link` packages will not install properly with our webpack confing (something on our list). If you can't push private code to npm, other options are a private npm repo/npm enterprise, or `npm install` from a git repo.\n## Using your module in an Ionic 2 app\n\n```typescript\nimport { NgModule } from '@angular/core';\nimport { IonicApp, IonicModule } from 'ionic-angular';\nimport { MyApp } from './app.component';\nimport { HomePage } from '../pages/home/home';\n\n// Import your module\nimport { NgxDashboardWidgets } from 'ngx-dashboard-widgets';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgxDashboardWidgets // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: []\n})\nexport class AppModule {}\n```\n","readmeFilename":"README.md","_id":"ngx-dashboard-widgets@0.1.94","_shasum":"8364bf651963622271da4fed66d48f89c954ed00","_resolved":"file:ngx-dashboard-widgets-0.1.94.tgz","_from":"ngx-dashboard-widgets-0.1.94.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"8364bf651963622271da4fed66d48f89c954ed00","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/ngx-dashboard-widgets/-/ngx-dashboard-widgets-0.1.94.tgz"}},"0.1.95":{"name":"ngx-dashboard-widgets","version":"0.1.95","description":"Dashboard widgets library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/dashboard-widgets.git"},"keywords":[],"author":"","license":"MIT","homepage":"https://nCinga@bitbucket.org/nCinga/dashboard-widgets#readme","devDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/forms":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","@angular/platform-browser-dynamic":"4.1.3","@ionic-native/core":"3.12.1","@types/jquery":"3.3.31","copy":"^0.3.0","copyfiles":"^1.2.0","core-js":"^2.4.1","css-loader":"^0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","ngx-dashboard-base":"1.2.18","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"~4.1.3","@angular/core":"~4.1.3","@angular/http":"~4.1.3","@angular/platform-browser":"~4.1.3","zone.js":"~0.8.12","ngx-dashboard-base":"~1.2.17","echarts":"~3.7.2"},"dependencies":{"@types/node":"^9.6.0","angular2-collapsible":"0.0.52","echarts":"^4.0.2","jquery":"^3.3.1","jquery-sparkline":"^2.4.0","ngx-echarts":"^2.0.2"},"readme":"# Dashboard widgets library\n\nThis is a library for building your own reusable Angular2/Ionic2 components using TypeScript. The components should developed based on the rules\nof ngx-dashboard module.\nSupports Angular's ngc and Ahead-of-Time compiling out of the box.\n\n## Developing\n\nDevelop your module like any other Angular 2 component module. Then, run `npm run build` to build a local copy.\n\nWhen you're ready to publish to npm, run `npm publishPackage`.\n\nIf you'd like to test this package, run `npm install ionic-module-template`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../ionic-module-template-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1)echo -n 'username:password' | openssl base64\n\n2)open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\n\nCurrently, modules must be published to npm. `npm link` packages will not install properly with our webpack confing (something on our list). If you can't push private code to npm, other options are a private npm repo/npm enterprise, or `npm install` from a git repo.\n## Using your module in an Ionic 2 app\n\n```typescript\nimport { NgModule } from '@angular/core';\nimport { IonicApp, IonicModule } from 'ionic-angular';\nimport { MyApp } from './app.component';\nimport { HomePage } from '../pages/home/home';\n\n// Import your module\nimport { NgxDashboardWidgets } from 'ngx-dashboard-widgets';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgxDashboardWidgets // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: []\n})\nexport class AppModule {}\n```\n","readmeFilename":"README.md","_id":"ngx-dashboard-widgets@0.1.95","_shasum":"9ea4c203812014a6576d85ca3c78e71af8d12ee4","_resolved":"file:ngx-dashboard-widgets-0.1.95.tgz","_from":"ngx-dashboard-widgets-0.1.95.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"9ea4c203812014a6576d85ca3c78e71af8d12ee4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/ngx-dashboard-widgets/-/ngx-dashboard-widgets-0.1.95.tgz"}},"0.1.96":{"name":"ngx-dashboard-widgets","version":"0.1.96","description":"Dashboard widgets library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/dashboard-widgets.git"},"keywords":[],"author":"","license":"MIT","homepage":"https://nCinga@bitbucket.org/nCinga/dashboard-widgets#readme","devDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/forms":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","@angular/platform-browser-dynamic":"4.1.3","@ionic-native/core":"3.12.1","@types/jquery":"3.3.31","copy":"^0.3.0","copyfiles":"^1.2.0","core-js":"^2.4.1","css-loader":"^0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","ngx-dashboard-base":"1.2.18","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"~4.1.3","@angular/core":"~4.1.3","@angular/http":"~4.1.3","@angular/platform-browser":"~4.1.3","zone.js":"~0.8.12","ngx-dashboard-base":"~1.2.17","echarts":"~3.7.2"},"dependencies":{"@types/node":"9.6.0","angular2-collapsible":"0.0.52","echarts":"^4.0.2","jquery":"^3.3.1","jquery-sparkline":"^2.4.0","ngx-echarts":"^2.0.2"},"readme":"# Dashboard widgets library\n\nThis is a library for building your own reusable Angular2/Ionic2 components using TypeScript. The components should developed based on the rules\nof ngx-dashboard module.\nSupports Angular's ngc and Ahead-of-Time compiling out of the box.\n\n## Developing\n\nDevelop your module like any other Angular 2 component module. Then, run `npm run build` to build a local copy.\n\nWhen you're ready to publish to npm, run `npm publishPackage`.\n\nIf you'd like to test this package, run `npm install ionic-module-template`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../ionic-module-template-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1)echo -n 'username:password' | openssl base64\n\n2)open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\n\nCurrently, modules must be published to npm. `npm link` packages will not install properly with our webpack confing (something on our list). If you can't push private code to npm, other options are a private npm repo/npm enterprise, or `npm install` from a git repo.\n## Using your module in an Ionic 2 app\n\n```typescript\nimport { NgModule } from '@angular/core';\nimport { IonicApp, IonicModule } from 'ionic-angular';\nimport { MyApp } from './app.component';\nimport { HomePage } from '../pages/home/home';\n\n// Import your module\nimport { NgxDashboardWidgets } from 'ngx-dashboard-widgets';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgxDashboardWidgets // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: []\n})\nexport class AppModule {}\n```\n","readmeFilename":"README.md","_id":"ngx-dashboard-widgets@0.1.96","_shasum":"e5b3c4f45746f8c68cb5b7770f891588529f3985","_resolved":"file:ngx-dashboard-widgets-0.1.96.tgz","_from":"ngx-dashboard-widgets-0.1.96.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"e5b3c4f45746f8c68cb5b7770f891588529f3985","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/ngx-dashboard-widgets/-/ngx-dashboard-widgets-0.1.96.tgz"}},"0.1.97":{"name":"ngx-dashboard-widgets","version":"0.1.97","description":"Dashboard widgets library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/dashboard-widgets.git"},"keywords":[],"author":"","license":"MIT","homepage":"https://nCinga@bitbucket.org/nCinga/dashboard-widgets#readme","devDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/forms":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","@angular/platform-browser-dynamic":"4.1.3","@ionic-native/core":"3.12.1","@types/jquery":"3.3.31","copy":"^0.3.0","copyfiles":"^1.2.0","core-js":"^2.4.1","css-loader":"^0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","ngx-dashboard-base":"1.2.18","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"~4.1.3","@angular/core":"~4.1.3","@angular/http":"~4.1.3","@angular/platform-browser":"~4.1.3","zone.js":"~0.8.12","ngx-dashboard-base":"~1.2.17","echarts":"~3.7.2"},"dependencies":{"@types/node":"9.6.0","angular2-collapsible":"0.0.52","echarts":"^4.0.2","jquery":"^3.3.1","jquery-sparkline":"^2.4.0","ngx-echarts":"^2.0.2"},"readme":"# Dashboard widgets library\n\nThis is a library for building your own reusable Angular2/Ionic2 components using TypeScript. The components should developed based on the rules\nof ngx-dashboard module.\nSupports Angular's ngc and Ahead-of-Time compiling out of the box.\n\n## Developing\n\nDevelop your module like any other Angular 2 component module. Then, run `npm run build` to build a local copy.\n\nWhen you're ready to publish to npm, run `npm publishPackage`.\n\nIf you'd like to test this package, run `npm install ionic-module-template`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../ionic-module-template-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1)echo -n 'username:password' | openssl base64\n\n2)open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\n\nCurrently, modules must be published to npm. `npm link` packages will not install properly with our webpack confing (something on our list). If you can't push private code to npm, other options are a private npm repo/npm enterprise, or `npm install` from a git repo.\n## Using your module in an Ionic 2 app\n\n```typescript\nimport { NgModule } from '@angular/core';\nimport { IonicApp, IonicModule } from 'ionic-angular';\nimport { MyApp } from './app.component';\nimport { HomePage } from '../pages/home/home';\n\n// Import your module\nimport { NgxDashboardWidgets } from 'ngx-dashboard-widgets';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgxDashboardWidgets // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: []\n})\nexport class AppModule {}\n```\n","readmeFilename":"README.md","_id":"ngx-dashboard-widgets@0.1.97","_shasum":"76583296c92f27a20309366239d44f8d0066fb6f","_resolved":"file:ngx-dashboard-widgets-0.1.97.tgz","_from":"ngx-dashboard-widgets-0.1.97.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"76583296c92f27a20309366239d44f8d0066fb6f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/ngx-dashboard-widgets/-/ngx-dashboard-widgets-0.1.97.tgz"}}},"name":"ngx-dashboard-widgets","description":"Dashboard widgets library","readme":"# Dashboard widgets library\n\nThis is a library for building your own reusable Angular2/Ionic2 components using TypeScript. The components should developed based on the rules\nof ngx-dashboard module.\nSupports Angular's ngc and Ahead-of-Time compiling out of the box.\n\n## Developing\n\nDevelop your module like any other Angular 2 component module. Then, run `npm run build` to build a local copy.\n\nWhen you're ready to publish to npm, run `npm publishPackage`.\n\nIf you'd like to test this package, run `npm install ionic-module-template`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../ionic-module-template-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1)echo -n 'username:password' | openssl base64\n\n2)open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\n\nCurrently, modules must be published to npm. `npm link` packages will not install properly with our webpack confing (something on our list). If you can't push private code to npm, other options are a private npm repo/npm enterprise, or `npm install` from a git repo.\n## Using your module in an Ionic 2 app\n\n```typescript\nimport { NgModule } from '@angular/core';\nimport { IonicApp, IonicModule } from 'ionic-angular';\nimport { MyApp } from './app.component';\nimport { HomePage } from '../pages/home/home';\n\n// Import your module\nimport { NgxDashboardWidgets } from 'ngx-dashboard-widgets';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgxDashboardWidgets // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: []\n})\nexport class AppModule {}\n```\n","time":{"created":"2018-07-09T07:03:55.672Z","modified":"2020-12-15T13:45:32.690Z","0.1.85":"2018-07-09T07:03:55.672Z","0.1.87":"2018-07-10T12:38:26.961Z","0.1.88":"2018-07-10T13:13:04.799Z","0.1.89":"2018-07-10T13:23:19.608Z","0.1.90":"2018-07-10T15:33:14.167Z","0.1.91":"2018-07-11T04:57:11.584Z","0.1.92":"2018-08-06T05:40:33.602Z","0.1.93":"2019-09-19T08:06:56.100Z","0.1.94":"2020-04-16T06:19:31.817Z","0.1.95":"2020-10-22T04:10:36.724Z","0.1.96":"2020-11-04T08:32:44.128Z","0.1.97":"2020-11-21T11:36:44.601Z"}}