16 lines
500 B
JSON

{
"name": "babel-helper-modules",
"version": "7.0.0-beta.0",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-modules",
"main": "lib/index.js",
"dependencies": {
"babel-template": "7.0.0-beta.0",
"babel-types": "7.0.0-beta.0",
"lodash": "^4.2.0"
}
}