{"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"x-nx-rebuilt":"2018-07-09T06:11:59.943+0000","keywords":[],"dist-tags":{"package@0.0.1":"0.0.1","package@0.0.2":"0.0.2","0.0.1":"0.0.1","latest":"0.0.2"},"versions":{"0.0.1":{"name":"nfactory-user-module","version":"0.0.1","description":"nCinga nfactory user admin app module","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.ngc.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":""},"keywords":[],"author":"","license":"MIT","homepage":"","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","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","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"},"dependencies":{"sweetalert":"^2.0.3"},"readme":"# nFactory user admin module\n\nThis is a TypeScript Angular 2 module for developing nFactory user admin 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 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 nfactory-user-module<version>`\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 ../nfactory-user-module-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\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 { MyModule } from 'ionic-module-template';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    MyModule // 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":"nfactory-user-module@0.0.1","_shasum":"1cd9d180a2dc485008697039c1a4b178b593e9f4","_resolved":"file:nfactory-user-module-0.0.1.tgz","_from":"nfactory-user-module-0.0.1.tgz","_npmVersion":"3.10.10","_nodeVersion":"6.11.3","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"1cd9d180a2dc485008697039c1a4b178b593e9f4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/nfactory-user-module/-/nfactory-user-module-0.0.1.tgz"}},"0.0.2":{"name":"nfactory-user-module","version":"0.0.2","description":"nCinga nfactory user admin app module","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.ngc.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":""},"keywords":[],"author":"","license":"MIT","homepage":"","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","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","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"},"dependencies":{"sweetalert":"^2.0.3"},"readme":"# nFactory user admin module\n\nThis is a TypeScript Angular 2 module for developing nFactory user admin 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 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 nfactory-user-module<version>`\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 ../nfactory-user-module-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\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 { MyModule } from 'ionic-module-template';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    MyModule // 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":"nfactory-user-module@0.0.2","_shasum":"bee2aa939cb577de3f6c7cae2bbb6f2e27b91456","_resolved":"file:nfactory-user-module-0.0.2.tgz","_from":"nfactory-user-module-0.0.2.tgz","_npmVersion":"3.10.10","_nodeVersion":"6.11.3","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"bee2aa939cb577de3f6c7cae2bbb6f2e27b91456","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/nfactory-user-module/-/nfactory-user-module-0.0.2.tgz"}}},"name":"nfactory-user-module","description":"nCinga nfactory user admin app module","readme":"# nFactory user admin module\n\nThis is a TypeScript Angular 2 module for developing nFactory user admin 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 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 nfactory-user-module<version>`\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 ../nfactory-user-module-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\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 { MyModule } from 'ionic-module-template';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    MyModule // 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":"2017-10-17T05:53:23.302Z","modified":"2018-07-09T06:11:59.945Z","0.0.1":"2017-10-17T05:53:23.302Z","0.0.2":"2017-10-17T06:10:00.180Z"},"homepage":""}