babel/package.json
2014-10-09 20:19:22 +11:00

66 lines
1.5 KiB
JSON

{
"name": "6to5",
"description": "Turn ES6 code into vanilla ES5 with source maps and no runtime",
"version": "1.5.3",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://github.com/sebmck/6to5",
"repository": {
"type": "git",
"url": "https://github.com/sebmck/6to5.git"
},
"bugs": {
"url": "https://github.com/sebmck/6to5/issues"
},
"preferGlobal": true,
"main": "lib/6to5/node.js",
"bin": {
"6to5": "./bin/6to5",
"6to5-node": "./bin/6to5-node"
},
"keywords": [
"es6-transpiler",
"scope",
"harmony",
"blockscope",
"block-scope",
"let",
"const",
"var",
"es6",
"transpile",
"transpiler",
"traceur",
"6to5"
],
"scripts": {
"bench": "make bench",
"test": "make test"
},
"dependencies": {
"ast-types": "0.5.0",
"commander": "2.3.0",
"escodegen": "https://github.com/Constellation/escodegen/archive/624550d0d6edf812a661902c6908dedff66005a7.tar.gz",
"esprima-fb": "7001.1.0-dev-harmony-fb",
"estraverse": "1.5.1",
"fs-readdir-recursive": "0.0.2",
"lodash": "2.4.1",
"mkdirp": "0.5.0",
"es6-shim": "^0.18.0",
"es6-symbol": "^0.1.1",
"regexpu": "^0.2.2"
},
"devDependencies": {
"es6-transpiler": "0.7.17",
"istanbul": "0.3.2",
"matcha": "0.5.0",
"mocha": "1.21.4",
"traceur": "0.0.66",
"esnext": "0.11.1",
"es6now": "0.8.11",
"jstransform": "^6.3.2",
"uglify-js": "^2.4.15",
"browserify": "^6.0.3",
"proclaim": "^2.0.0"
}
}