38 lines
990 B
JSON
38 lines
990 B
JSON
{
|
|
"name": "babelify",
|
|
"description": "Babel browserify transform",
|
|
"version": "10.0.0",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/babel/babelify",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babelify.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/babelify/issues"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/plugin-transform-property-literals": "^7.0.0",
|
|
"@babel/plugin-transform-react-display-name": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-plugin-transform-node-env-inline": "^0.4.3",
|
|
"browserify": "^16.2.2",
|
|
"convert-source-map": "^1.5.1",
|
|
"lodash.zipobject": "^4.1.3",
|
|
"tap": "^12.0.1"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
}
|
|
}
|