runner-js
Version:
Better Async Handler To Simplify Your Async Flow Process And Code Testing
55 lines (54 loc) • 1.67 kB
JSON
{
"name": "runner-js",
"version": "0.0.3",
"description": "Better Async Handler To Simplify Your Async Flow Process And Code Testing",
"main": "./dist/runner.min.js",
"scripts": {
"dev": "webpack-dev-server --config ./webpack/webpack.config.js --inline --hot",
"bundle": "webpack --config ./webpack/webpack-bundle.config.js && webpack --config ./webpack/webpack-bundle.config.js -p",
"test": "karma start karma.conf.js",
"prepublish": "npm run bundle"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BosNaufal/runner-js.git"
},
"keywords": [
"saga",
"runner-js",
"generator",
"async",
"await",
"generator-function",
"async-flow",
"await"
],
"author": "Naufal Rabbani <bosnaufalemail@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BosNaufal/runner-js/issues"
},
"homepage": "https://github.com/BosNaufal/runner-js#readme",
"devDependencies": {
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-regenerator": "^6.21.0",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^5.8.34",
"chai": "^4.1.1",
"es6-promise": "^3.2.1",
"extract-text-webpack-plugin": "^2.1.0",
"karma": "^1.7.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-webpack": "^2.0.4",
"mocha": "^3.5.0",
"webpack": "^1.14.0",
"webpack-combine-loaders": "^2.0.3",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {}
}