30 lines
824 B
JSON
30 lines
824 B
JSON
{
|
|
"name": "babel",
|
|
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"repository": "babel/babel",
|
|
"preferGlobal": true,
|
|
"dependencies": {
|
|
"babel": "*",
|
|
"chokidar": "^1.0.0",
|
|
"commander": "^2.6.0",
|
|
"convert-source-map": "^1.1.0",
|
|
"fs-readdir-recursive": "^0.1.0",
|
|
"glob": "^5.0.5",
|
|
"lodash": "^3.2.0",
|
|
"output-file-sync": "^1.1.0",
|
|
"path-exists": "^1.0.0",
|
|
"path-is-absolute": "^1.0.0",
|
|
"source-map": "^0.4.0",
|
|
"slash": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"babel": "./bin/babel.js",
|
|
"babel-node": "./bin/babel-node.js",
|
|
"babel-external-helpers": "./bin/babel-external-helpers.js",
|
|
"babel-plugin": "./bin/babel-plugin.js"
|
|
}
|
|
}
|