65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "6to5",
|
|
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
|
|
"version": "1.10.2",
|
|
"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/index.js",
|
|
"bin": {
|
|
"6to5": "./bin/6to5/index.js",
|
|
"6to5-node": "./bin/6to5-node"
|
|
},
|
|
"keywords": [
|
|
"harmony",
|
|
"classes",
|
|
"modules",
|
|
"let",
|
|
"const",
|
|
"var",
|
|
"es6",
|
|
"transpile",
|
|
"transpiler",
|
|
"6to5"
|
|
],
|
|
"scripts": {
|
|
"bench": "make bench",
|
|
"test": "make test"
|
|
},
|
|
"dependencies": {
|
|
"commander": "2.4.0",
|
|
"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.3.0",
|
|
"recast": "0.8.0",
|
|
"source-map": "0.1.40",
|
|
"regenerator": "0.6.7",
|
|
"chokidar": "0.10.0",
|
|
"source-map-support": "0.2.7",
|
|
"esutils": "1.1.4",
|
|
"acorn-jsx": "https://github.com/sebmck/acorn-jsx/archive/master.tar.gz",
|
|
"acorn-recast": "0.8.0-3",
|
|
"acorn-ast-types": "0.5.3-1"
|
|
},
|
|
"devDependencies": {
|
|
"istanbul": "0.3.2",
|
|
"matcha": "0.5.0",
|
|
"mocha": "1.21.5",
|
|
"uglify-js": "2.4.15",
|
|
"browserify": "6.1.0",
|
|
"proclaim": "2.0.0",
|
|
"rimraf": "2.2.8",
|
|
"jshint": "2.5.6"
|
|
}
|
|
}
|