UNPKG

nts-ng2-components

Version:

Paquete de componentes para Angular2 desarrollado por NITSNETS.

55 lines (54 loc) 1.74 kB
{ "name": "nts-ng2-components", "version": "0.9.6", "license": "MIT", "angular-cli": {}, "typings": "./nts-ng2-components.d.ts", "main": "nts-ng2-components", "scripts": { "start": "ng serve --port 4201 --live-reload-port 49153 --host 0.0.0.0", "build": "ng build", "build-prod": "ng build --prod", "reset": "rm -Rf node_modules && npm install", "refresh": "git pull && npm install && npm run build", "refresh-prod": "git pull && npm install && npm run build-prod", "autoprefix-source": "postcss -s postcss-scss -u autoprefixer --autoprefixer.browsers \"last 2 versions\" -r src/**/*.scss", "lint": "tslint \"src/**/*.ts\"" }, "dependencies": {}, "devDependencies": { "@angular/cli": "1.0.0-rc.0", "@angular/common": "^4.1.2", "@angular/compiler": "^4.1.2", "@angular/compiler-cli": "^4.1.2", "@angular/core": "^4.1.2", "@angular/forms": "^4.1.2", "@angular/http": "^4.1.2", "@angular/platform-browser": "^4.1.2", "@angular/platform-browser-dynamic": "^4.1.2", "@angular/router": "^4.1.2", "angular-sortablejs": "^1.3.2", "angular2-text-mask": "^6.1.0", "chart.js": "^2.4.0", "core-js": "^2.4.1", "flickity": "^2.0.5", "moment": "^2.15.2", "ng2-interceptors": "^1.2.1", "rxjs": "^5.2.0", "ts-helpers": "^1.1.1", "zone.js": "^0.7.6", "@types/chartjs": "0.0.29", "@types/jasmine": "^2.5.38", "@types/node": "^6.0.65", "autoprefixer": "^6.7.2", "codelyzer": "~2.0.0", "postcss": "^5.2.12", "postcss-cli": "^2.6.0", "postcss-scss": "^0.4.0", "protractor": "5.1.0", "ts-node": "2.0.0", "tslint": "4.4.2", "typescript": "2.0.10", "webdriver-manager": "10.2.5" } }