UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

53 lines (52 loc) 1.25 kB
{ "name": "js2coffee", "version": "2.0.2", "description": "JavaScript to CoffeeScript compiler", "homepage": "http://js2.coffee", "main": "index.js", "keywords": [ "javascript", "coffeescript", "language", "compiler" ], "scripts": { "test": "mocha", "autotest": "mocha -R min -b --watch", "prepublish": "mocha >/dev/null && make -B dist" }, "author": "Rico Sta. Cruz <hi@ricostacruz.com>", "license": "MIT", "bugs": { "url": "https://github.com/js2coffee/js2coffee/issues" }, "repository": { "type": "git", "url": "https://github.com/js2coffee/js2coffee.git" }, "browser": "js2coffee.coffee", "bin": { "js2coffee": "./bin/js2coffee" }, "dependencies": { "coffee-script": "^1.8.0", "escodegen": "^1.6.0", "esprima-fb": "^10001.1.0-dev-harmony-fb", "estraverse": "^1.9.1", "minimist": "^1.1.0", "read-input": "^0.2.0", "source-map": "^0.1.38" }, "devDependencies": { "browserify": "^5.10.1", "chai": "^1.9.1", "coffeeify": "^1.0.0", "coffeelint": "^1.6.0", "glob": "^4.0.5", "js-yaml": "^3.2.1", "mocha": "^2.1.0", "mocha-clean": "^0.4.0", "uglify-js": "^2.4.16", "underscore": "^1.7.0" } }