Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
218 changes: 114 additions & 104 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,105 +1,115 @@
{
"name": "responsive-directives-angular",
"version": "0.2.4",
"description": "Superset of RESPONSIVE DIRECTIVES to show or hide items according to the size of the device screen and another features in Angular 2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ManuCutillas/responsive-directives-angular2.git"
},
"keywords": [
"angular",
"angular2",
"angular4",
"ng2",
"ng",
"responsive",
"bootstrap",
"detect",
"mobile",
"tablet",
"useragent",
"devices",
"screen",
"typescript",
"directive",
"retina",
"browsers",
"os",
"directives"
],
"author": "Manu Cutillas <[email protected]> (https://kalypso.agency/)",
"contributors": [
"Christophe HOARAU (https://github.com/no-more)",
"Kamil Breguła (https://github.com/mik-laj)",
"Janne Julkunen (https://github.com/sconix)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ManuCutillas/responsive-directives-angular2/issues"
},
"files": [
"src/index.ts",
"src/config/const.ts",
"src/config/interfaces.ts",
"src/config/config.ts",
"src/config/responsive-base.ts",
"src/bootstrap/bootstrap-directives.ts",
"src/browsers/browsers-directives.ts",
"src/custom-sizes/custom-sizes-directives.ts",
"src/devices/devices-directives.ts",
"src/pixelratio/pixelratio-directives.ts",
"src/responsive/responsive.ts",
"src/responsive-css/responsive-css.ts",
"src/responsive-window/responsive-window.ts",
"src/useragent/useragent.ts",
"src/webp/webp.ts",
"dist/index*",
"dist/config/const*",
"dist/config/interfaces*",
"dist/config/config*",
"dist/config/responsive-base*",
"dist/bootstrap/bootstrap-directives*",
"dist/browsers/browsers-directives*",
"dist/custom-sizes/custom-sizes-directives*",
"dist/devices/devices-directives*",
"dist/pixelratio/pixelratio-directives*",
"dist/responsive/responsive*",
"dist/responsive-css/responsive-css*",
"dist/responsive-window/responsive-window*",
"dist/useragent/useragent*",
"dist/webp/webp*",
"CHANGELOG.md"
],
"homepage": "https://github.com/ManuCutillas/responsive-directives-angular2",
"peerDependencies": {
"@angular/core": "^4.0.0",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "1.0.2",
"@angular/compiler": "^4.1.1",
"@angular/compiler-cli": "^4.0.0",
"@types/jasmine": "2.5.38",
"@types/node": "~6.0.60",
"codelyzer": "~2.0.0",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "~1.4.1",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.0",
"ts-node": "~2.0.0",
"tslint": "~4.5.0",
"typescript": "~2.2.0"
},
"dependencies": {}
}
"name": "responsive-directives-angular",
"version": "0.2.4",
"description": "Superset of RESPONSIVE DIRECTIVES to show or hide items according to the size of the device screen and another features in Angular 2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cleanup": "rimraf dist",
"build": "npm run cleanup && tsc",
"copylocal": "cp -r dist/* ../ng2-responsive-demo/node_modules/ng2-responsive",
"push4localtest": "npm run build && npm run copylocal"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ManuCutillas/responsive-directives-angular2.git"
},
"keywords": [
"angular",
"angular2",
"angular4",
"ng2",
"ng",
"responsive",
"bootstrap",
"detect",
"mobile",
"tablet",
"useragent",
"devices",
"screen",
"typescript",
"directive",
"retina",
"browsers",
"os",
"directives"
],
"author": "Manu Cutillas <[email protected]> (https://kalypso.agency/)",
"contributors": [
"Christophe HOARAU (https://github.com/no-more)",
"Kamil Breguła (https://github.com/mik-laj)",
"Janne Julkunen (https://github.com/sconix)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ManuCutillas/responsive-directives-angular2/issues"
},
"files": [
"src/index.ts",
"src/config/const.ts",
"src/config/interfaces.ts",
"src/config/config.ts",
"src/config/responsive-base.ts",
"src/bootstrap/bootstrap-directives.ts",
"src/browsers/browsers-directives.ts",
"src/custom-sizes/custom-sizes-directives.ts",
"src/devices/devices-directives.ts",
"src/pixelratio/pixelratio-directives.ts",
"src/responsive/responsive.ts",
"src/responsive-css/responsive-css.ts",
"src/responsive-window/responsive-window.ts",
"src/useragent/useragent.ts",
"src/webp/webp.ts",
"dist/index*",
"dist/config/const*",
"dist/config/interfaces*",
"dist/config/config*",
"dist/config/responsive-base*",
"dist/bootstrap/bootstrap-directives*",
"dist/browsers/browsers-directives*",
"dist/custom-sizes/custom-sizes-directives*",
"dist/devices/devices-directives*",
"dist/pixelratio/pixelratio-directives*",
"dist/responsive/responsive*",
"dist/responsive-css/responsive-css*",
"dist/responsive-window/responsive-window*",
"dist/useragent/useragent*",
"dist/webp/webp*",
"CHANGELOG.md"
],
"homepage": "https://github.com/ManuCutillas/responsive-directives-angular2",
"peerDependencies": {
"@angular/core": "^4.0.0",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "1.4.1",
"@angular/common": "^4.4.0-RC.0",
"@angular/compiler": "^4.4.0-RC.0",
"@angular/compiler-cli": "^4.4.0-RC.0",
"@angular/core": "^4.4.0-RC.0",
"@types/jasmine": "2.5.54",
"@types/node": "~8.0.28",
"codelyzer": "~3.2.0",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.0",
"rimraf": "^2.6.2",
"rxjs": "^5.4.3",
"ts-node": "~3.3.0",
"tslint": "~5.7.0",
"typescript": "~2.5.2",
"typings": "^2.1.1",
"zone.js": "^0.8.17"
},
"dependencies": {}
}
Loading