UNPKG

stf-angular-select

Version:

Custom reusable select for angular with wide posibilities

94 lines (93 loc) 2.86 kB
{ "name": "stf-angular-select", "version": "1.1.37", "description": "Custom reusable select for angular with wide posibilities", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "karma start --NODE_ENV=test", "dev-test": "karma start --NODE_ENV=dev-test", "build": "webpack --config webpack/webpack.build.js --NODE_ENV=production", "prepublish": "gulp compile", "start": "webpack --config webpack/webpack.dev.js --watch --NODE_ENV=dev --inline --devtool cheap-module-inline-source-map" }, "repository": { "type": "git", "url": "git+https://github.com/stfalcon-studio/stf-angular-select.git" }, "keywords": [ "angular", "select", "custom", "select" ], "author": "Andriy Syagrovskiy (Stfalcon)", "license": "ISC", "bugs": { "url": "https://github.com/stfalcon-studio/stf-angular-select/issues" }, "homepage": "https://github.com/stfalcon-studio/stf-angular-select#readme", "dependencies": { "rxjs": "~5.4.1", "lodash": "^4.16.4", "jquery": "^2.2.0" }, "devDependencies": { "@types/angular": "1.6.21", "@types/angular-translate": "~2.4.34", "@types/lodash": "^4.14.63", "@types/node": "^6.0.46", "angular": "^1.5.8", "angular-translate": "^2.12.1", "@types/angular-mocks": "^1.5.9", "@types/jasmine": "^1.3.2", "angular-mocks": "~1.5.0", "babel-core": "6.4.5", "babel-istanbul": "0.6.0", "body-parser": "~1.15.2", "browser-sync": "~2.11.1", "browser-sync-webpack-plugin": "~1.1.3", "compression-webpack-plugin": "^0.3.1", "copy-webpack-plugin": "~3.0.0", "css-loader": "0.23.1", "express": "~4.14.0", "extract-text-webpack-plugin": "~1.0.1", "faker": "~3.1.0", "file-loader": "~0.9.0", "glob": "~7.1.1", "gulp": "^3.9.1", "gulp-typescript": "^3.1.0", "html-webpack-plugin": "~2.7.2", "istanbul-instrumenter-loader": "0.1.3", "jasmine": "2.4.1", "json-loader": "~0.5.4", "json-server": "~0.8.14", "karma": "0.13.20", "karma-chrome-launcher": "~1.0.1", "karma-coverage": "0.5.3", "karma-jasmine": "0.3.6", "karma-phantomjs-launcher": "~1.0.0", "karma-spec-reporter": "~0.0.23", "karma-typescript-preprocessor": "~0.0.21", "karma-webpack": "~1.7.0", "lodash": "^4.17.4", "merge2": "^1.0.2", "morgan": "~1.7.0", "node-sass": "~3.7.0", "phantomjs-polyfill": "~0.0.2", "phantomjs-prebuilt": "~2.1.7", "raw-loader": "~0.5.1", "request-promise": "~3.0.0", "sass-loader": "~3.1.2", "style-loader": "~0.13.1", "ts-loader": "~0.9.0", "tslint": "~3.13.0", "tslint-loader": "~2.1.5", "typescript": "^2.2.2", "typings": "0.6.5", "uglify-js": "~2.6.4", "url-loader": "0.5.7", "wallaby-webpack": "0.0.11", "webpack": "~1.13.2" } }