coffee-inline-map
Version:
Compile CoffeeScript files with inline source maps
33 lines (32 loc) • 737 B
JSON
{
"name": "coffee-inline-map",
"version": "0.9.0",
"description": "Compile CoffeeScript files with inline source maps",
"keywords": [
"build",
"coffeescript",
"source map"
],
"author": "Alexander Gromnitsky <alexander.gromnitsky@gmail.com>",
"license": "MIT",
"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.5",
"convert-source-map": "~1.1.2",
"coffee-script": "~1.10.0"
},
"devDependencies": {
"mocha": "~2.3.4",
"execSync": "~1.0.2",
"browserify": "~12.0.1"
},
"engines": {
"node": ">= 0.10.0"
}
}