UNPKG

jsmin-sourcemap

Version:
44 lines 1 kB
{ "name": "jsmin-sourcemap", "version": "0.16.0", "description": "JSMin with sourcemaps!", "homepage": "https://github.com/twolfson/node-jsmin-sourcemap", "author": { "name": "Todd Wolfson", "email": "todd@twolfson.com", "url": "http://twolfson.com/" }, "main": "lib/jsmin.sourcemap.js", "scripts": { "test": "mocha tests" }, "repository": { "type": "git", "url": "git://github.com/twolfson/node-jsmin-sourcemap.git" }, "bugs": { "url": "https://github.com/twolfson/node-jsmin-sourcemap/issues" }, "keywords": [ "jsmin", "sourcemap", "source map", "minify" ], "licenses": [ { "type": "UNLICENSE", "url": "https://github.com/twolfson/node-jsmin-sourcemap/blob/master/UNLICENSE" } ], "dependencies": { "jsmin2": "~1.1.1", "source-map-index-generator": "~0.1.1" }, "devDependencies": { "grunt": "~0.3.12", "source-map": "~0.1.8", "char-props": "~0.1.3", "mocha": "~1.15.1" } }