| { |
| "author": { |
| "email": "thlorenz@gmx.de", |
| "name": "Thorsten Lorenz", |
| "url": "http://thlorenz.com" |
| }, |
| "dependencies": { |
| "convert-source-map": "~1.1.0", |
| "inline-source-map": "~0.6.0", |
| "lodash.memoize": "~3.0.3", |
| "source-map": "~0.5.3" |
| }, |
| "description": "Add source maps of multiple files, offset them and then combine them into one source map", |
| "devDependencies": { |
| "tap": "~0.4.3" |
| }, |
| "engine": { |
| "node": ">=0.6" |
| }, |
| "homepage": "https://github.com/thlorenz/combine-source-map", |
| "keywords": [ |
| "source", |
| "map", |
| "sourcemap", |
| "bundle", |
| "combine", |
| "cat", |
| "sourceMappingUrl", |
| "browserify" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "combine-source-map", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/thlorenz/combine-source-map.git" |
| }, |
| "scripts": { |
| "test": "tap test/*.js" |
| }, |
| "version": "0.8.0" |
| } |