angular-minimalist-parallax
Version:
If you need more subtlety or just want to get out of the old background-attachment: fixed, get to know the angular-minimalist-parallax
54 lines (53 loc) • 1.57 kB
JSON
{
"name": "angular-minimalist-parallax",
"version": "1.0.9",
"description": "If you need more subtlety or just want to get out of the old background-attachment: fixed, get to know the angular-minimalist-parallax",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && ngc",
"build-win": "rmdir /Q /S dist && ngc",
"prepublish": "ngc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThiagoAllves/angular-minimalist-parallax.git"
},
"keywords": [
"ionic2",
"ionic3",
"angular5",
"angular",
"6",
"minimalist-parallax",
"component"
],
"author": "Thiago Alves <thiago@fasters.com.br>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ThiagoAllves/angular-minimalist-parallax/issues"
},
"homepage": "https://github.com/ThiagoAllves/angular-minimalist-parallax#readme",
"dependencies": {
"@types/hammerjs": "2.0.33",
"@types/lodash": "4.14.106",
"hammerjs": "2.0.8",
"lodash": "4.17.15"
},
"devDependencies": {
"ionic-angular": "3.9.2",
"@angular/common": "5.2.9",
"@angular/compiler": "5.2.9",
"@angular/compiler-cli": "5.2.9",
"@angular/core": "5.2.9",
"@angular/forms": "5.2.9",
"@angular/http": "5.2.9",
"@angular/platform-browser": "5.2.9",
"@angular/platform-browser-dynamic": "5.2.9",
"@angular/platform-server": "2.2.1",
"rxjs": "5.5.8",
"typescript": "2.6.2",
"zone.js": "0.8.20"
}
}