wallet-core/node_modules/regenerator-runtime/package.json

19 lines
461 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "regenerator-runtime",
"author": "Ben Newman <bn@cs.stanford.edu>",
2016-10-10 03:43:44 +02:00
"description": "Runtime for Regenerator-compiled generator and async functions.",
2017-05-24 15:10:37 +02:00
"version": "0.10.5",
2016-11-03 01:33:53 +01:00
"main": "runtime-module.js",
2016-10-10 03:43:44 +02:00
"keywords": [
"regenerator",
"runtime",
"generator",
"async"
],
"repository": {
"type": "git",
"url": "https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"
},
2016-11-03 01:33:53 +01:00
"license": "MIT"
2016-10-10 03:43:44 +02:00
}