17 lines
406 B
JSON
17 lines
406 B
JSON
{
|
|
"name": "babel-template",
|
|
"version": "6.0.2",
|
|
"description": "",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"repository": "babel/babel",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"babylon": "^6.0.2",
|
|
"babel-traverse": "^6.0.2",
|
|
"babel-types": "^6.0.2",
|
|
"babel-runtime": "^6.0.2",
|
|
"lodash": "^3.10.1"
|
|
}
|
|
} |