{
  "name": "nyks",
  "version": "6.15.1",
  "description": "nodejs exupery style",
  "keywords": [
    "native",
    "api",
    "async",
    "await",
    "throttle",
    "pool",
    "concurrency",
    "promise",
    "promises",
    "queue",
    "deferred",
    "map",
    "Let's have a beer and talk in Paris"
  ],
  "dependencies": {
    "mout": "^1.2.4"
  },
  "type": "commonjs",
  "devDependencies": {
    "eslint-plugin-ivs": "^1.3.0",
    "expect.js": "^0.3.1",
    "glob": "^7.1.2",
    "mocha": "^3.1.2",
    "nyc": "^15.1.0"
  },
  "homepage": "http://github.com/131/nyks",
  "main": "./index.js",
  "author": {
    "name": "François Leurent",
    "email": "131.js@cloudyks.org",
    "url": "http://github.com/131/"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:131/nyks.git"
  },
  "scripts": {
    "preversion": "npm run eslint",
    "mocha": "mocha -b",
    "eslint": "eslint .",
    "cover": "nyc mocha test test/async",
    "test": "npm run cover  test test/async && npm run eslint"
  },
  "readme": "# nyks toolkit\r\n\r\nExtend nodejs & javascript native API of missing functions.\r\n",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/131/nyks/issues"
  }
}
