{
    "name": "nativescript-material-slider",
    "version": "3.3.2",
    "description": "Material slider component",
    "main": "./slider",
    "sideEffects": false,
    "typings": "./slider.d.ts",
    "scripts": {
        "tsc": "../../node_modules/.bin/cpy ../../src/slider/slider.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
        "tsc-win": "../../node_modules/.bin/cpy ..\\..\\src\\slider\\slider.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
        "build": "npm run tsc",
        "build.angular": "cd ../../src/slider/angular && npm run build",
        "clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
    },
    "nativescript": {
        "platforms": {
            "android": "6.2.0",
            "ios": "6.2.0"
        }
    },
    "keywords": [
        "NativeScript",
        "JavaScript",
        "Android",
        "iOS"
    ],
    "author": {
        "name": "Martin Guillon",
        "email": "martin@akylas.fr"
    },
    "bugs": {
        "url": "https://github.com/Akylas/nativescript-material-components/issues"
    },
    "license": "Apache-2.0",
    "homepage": "https://github.com/Akylas/nativescript-material-components",
    "readmeFilename": "README.md",
    "dependencies": {
        "nativescript-material-core": "^3.3.2"
    },
    "gitHead": "19d88871d0a9ce503701c33954dc36264d8b2485"
}
