UNPKG

coffee-inline-map

Version:

Compile CoffeeScript files with inline source maps

35 lines (34 loc) 786 B
{ "name": "coffee-inline-map", "version": "0.3.0", "description": "Compile CoffeeScript files with inline source maps", "keywords": [ "build", "coffeescript", "source map" ], "author": "Alexander Gromnitsky <alexander.gromnitsky@gmail.com>", "license": { "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" }, "url": "https://github.com/gromnitsky/coffee-inline-map", "repository": { "type": "git", "url": "git://github.com/gromnitsky/coffee-inline-map.git" }, "preferGlobal": true, "bin": "./bin/coffee-inline-map", "dependencies": { "optparse": "~1.0.4", "convert-source-map": "~0.2.5", "coffee-script": "~1.6.3" }, "devDependencies": { "mocha": "~1.8.2", "execSync": "0.0.4" }, "engines": { "node": ">= 0.10.0" } }