{
    "name": "microlib7790"
    , "version": "1.2.0"
    , "description": "Micro Lib to develop a useful library."
    , "main": "src/index.js"
    , "scripts": {
        "test": "mocha"
    }
    , "repository": {
        "type": "git"
        , "url": "git+https://github.com/surender7790/microlib.git"
    }
    , "keywords": [
    "microlib"
    , "javascript"
    , "github"
    , "npm"
  ]
    , "author": "'surender7790 <'surender7790@gmail.com'> (http://surenderkumar.me/)"
    , "license": "MIT"
    , "bugs": {
        "url": "https://github.com/surender7790/microlib/issues"
    }
    , "homepage": "https://github.com/surender7790/microlib#readme"
    , "dependencies": {
        "unique-random-array": "1.0.0"
    }
    , "devDependencies": {
        "chai": "3.2.0"
        , "mocha": "2.2.0"
    }
}