UNPKG

737 BJSONView Raw
1{
2 "name": "coffee-inline-map",
3 "version": "0.9.0",
4 "description": "Compile CoffeeScript files with inline source maps",
5 "keywords": [
6 "build",
7 "coffeescript",
8 "source map"
9 ],
10 "author": "Alexander Gromnitsky <alexander.gromnitsky@gmail.com>",
11 "license": "MIT",
12 "url": "https://github.com/gromnitsky/coffee-inline-map",
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/gromnitsky/coffee-inline-map.git"
16 },
17 "preferGlobal": true,
18 "bin": "./bin/coffee-inline-map",
19 "dependencies": {
20 "optparse": "~1.0.5",
21 "convert-source-map": "~1.1.2",
22 "coffee-script": "~1.10.0"
23 },
24 "devDependencies": {
25 "mocha": "~2.3.4",
26 "execSync": "~1.0.2",
27 "browserify": "~12.0.1"
28 },
29 "engines": {
30 "node": ">= 0.10.0"
31 }
32}