Amjad Masad 2f5b953066 v6.3.0
2015-11-30 14:58:30 -08:00

18 lines
501 B
JSON

{
"name": "babel-template",
"version": "6.3.0",
"description": "Generate an AST from a string template.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
"main": "lib/index.js",
"dependencies": {
"babylon": "^6.3.0",
"babel-traverse": "^6.2.0",
"babel-types": "^6.3.0",
"babel-runtime": "^5.0.0",
"lodash": "^3.10.1"
}
}