16 lines
357 B
JSON
16 lines
357 B
JSON
{
|
|
"name": "babylon",
|
|
"version": "6.0.2",
|
|
"description": "A JavaScript parser",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"repository": "babel/babel",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"babel-runtime": "^6.0.2"
|
|
},
|
|
"bin": {
|
|
"babylon": "./bin/babylon.js"
|
|
}
|
|
} |