{
    "name": "bisss",
    "version": "0.1.2",
    "description": "a simple utility to initialize new NodeJS projects",
    "main": "app.js",
    "bin": {
        "bisss": "./bin/bisss"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": {
        "name": "Ahmet Kizilay",
        "url": "https://github.com/artsince"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/artsince/bisss.git"
    },
    "license": "MIT",
    "dependencies": {},
    "devDependencies": {},
    "engines": {
        "node": "*"
    }
}
