gulp-traceur-compiler
Version:
Compiles ES6 to ES3/ES5 using the Traceur Compiler
39 lines (38 loc) • 938 B
JSON
{
"name": "gulp-traceur-compiler",
"version": "1.1.4",
"description": "Compiles ES6 to ES3/ES5 using the Traceur Compiler",
"author": "Origin1 Technologies <origin1tech@gmail.com>",
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://github.com/origin1tech/gulp-traceur-compiler"
},
"keywords": [
"Traceur",
"Compiler",
"es6-module-loader",
"systemjs",
"traceur-runtime",
"transpiler",
"ES6"
],
"dependencies": {
"gulp-util": "^3.0.0",
"object-assign": "^1.0.0",
"through2": "^0.6.1",
"traceur": "0.0.79",
"vinyl-sourcemaps-apply": "^0.1.1"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/origin1tech/gulp-traceur-compiler/issues"
},
"homepage": "https://github.com/origin1tech/gulp-traceur-compiler"
}