{
    "name": "s-inherit",
    "main": "s-inherit.min.js",
    "version": "1.0.0",
    "private": false,
    "description": "Make inherits in es5",
    "ignore": [
        "node_modules",
        "bower_components",
        "package.json",
        "bower.json",
        "gulpfile.js",
        "lib",
        "test",
        "test.*"
    ],
    "keywords": [
        "s-inherit",
        "inherit"
    ],
    "homepage": "https://github.com/sajera/s-inherit",
    "authors": [
        "Sajera: Serhii P <allsajera@gmail.com>"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/sajera/s-inherit.git"
    },
    "license": "MIT",
    "dependencies": {},
    "devDependencies": {}
}