15 lines
397 B
JSON
15 lines
397 B
JSON
{
|
|
"name": "babel",
|
|
"version": "6.0.2",
|
|
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"repository": "babel/babel",
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"babel": "./cli.js",
|
|
"babel-node": "./cli.js",
|
|
"babel-external-helpers": "./cli.js"
|
|
}
|
|
} |