sourav-das/stem-separator
3
1{2 "name": "gensync",3 "version": "1.0.0-beta.2",4 "license": "MIT",5 "description": "Allows users to use generators in order to write common functions that can be both sync or async.",6 "main": "index.js",7 "author": "Logan Smyth <loganfsmyth@gmail.com>",8 "homepage": "https://github.com/loganfsmyth/gensync",9 "repository": {10 "type": "git",11 "url": "https://github.com/loganfsmyth/gensync.git"12 },13 "scripts": {14 "test": "jest"15 },16 "engines": {17 "node": ">=6.9.0"18 },19 "keywords": [20 "async",21 "sync",22 "generators",23 "async-await",24 "callbacks"25 ],26 "devDependencies": {27 "babel-core": "^6.26.3",28 "babel-preset-env": "^1.6.1",29 "eslint": "^4.19.1",30 "eslint-config-prettier": "^2.9.0",31 "eslint-plugin-node": "^6.0.1",32 "eslint-plugin-prettier": "^2.6.0",33 "flow-bin": "^0.71.0",34 "jest": "^22.4.3",35 "prettier": "^1.12.1"36 }37}38 