UNPKG

traceur-runner

Version:

Runs JavaScript.next code in Node by compiling it with Traceur on the fly, seamlessly

41 lines (40 loc) 984 B
{ "name": "traceur-runner", "description": "Runs JavaScript.next code in Node by compiling it with Traceur on the fly, seamlessly", "keywords": [ "traceur", "es6", "harmony", "require" ], "version": "2.0.1", "author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)", "license": "WTFPL", "repository": "domenic/traceur-runner", "main": "lib/traceur-runner.js", "bin": "bin/traceur-runner.js", "files": [ "bin/", "lib/" ], "scripts": { "test": "mocha test/test.js", "lint": "jshint lib bin && jscs lib bin" }, "dependencies": { "traceur-source-maps": "^1.0.6" }, "peerDependencies": { "traceur": ">= 0.0.79 < 1" }, "devDependencies": { "child-process-promise": "^1.0.1", "jscs": "^1.8.1", "jshint": "^2.5.10", "mocha": "1.21.4", "traceur": "0.0.79" }, "_dependencyComments": { "mocha": "keeping at 1.21.4 until https://github.com/mochajs/mocha/issues/1241 is fixed" } }