Lukas Eipert 13c961d29d Adds repository field to babel-regenerator-runtime (#3506)
Similiar to #3370.

One of our licensing checking scripts throws warnings, as we expect npm dependencies to contain the repository field.
2016-05-20 11:41:48 -04:00

11 lines
368 B
JSON

{
"name": "babel-regenerator-runtime",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "",
"version": "6.5.0",
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-regenerator-runtime",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-regenerator-runtime",
"main": "runtime.js",
"license": "BSD"
}