| { | 
 |   "author": { | 
 |     "email": "thlorenz@gmx.de",  | 
 |     "name": "Thorsten Lorenz",  | 
 |     "url": "http://thlorenz.com" | 
 |   },  | 
 |   "dependencies": { | 
 |     "source-map": "~0.5.3" | 
 |   },  | 
 |   "description": "Adds source mappings and base64 encodes them, so they can be inlined in your generated file.",  | 
 |   "devDependencies": { | 
 |     "nave": "~0.5.0",  | 
 |     "tap": "~0.7.0" | 
 |   },  | 
 |   "engine": { | 
 |     "node": ">=0.6" | 
 |   },  | 
 |   "homepage": "https://github.com/thlorenz/inline-source-map",  | 
 |   "keywords": [ | 
 |     "source",  | 
 |     "map",  | 
 |     "inline",  | 
 |     "base64",  | 
 |     "bundle",  | 
 |     "generate",  | 
 |     "transpile" | 
 |   ],  | 
 |   "license": "MIT",  | 
 |   "main": "index.js",  | 
 |   "name": "inline-source-map",  | 
 |   "repository": { | 
 |     "type": "git",  | 
 |     "url": "git://github.com/thlorenz/inline-source-map.git" | 
 |   },  | 
 |   "scripts": { | 
 |     "test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi",  | 
 |     "test-0.10": "nave use 0.10 npm run test-main",  | 
 |     "test-0.12": "nave use 0.12 npm run test-main",  | 
 |     "test-0.8": "nave use 0.8 npm run test-main",  | 
 |     "test-all": "npm run test-main && npm run test-0.8 && npm run test-0.10 && npm run test-0.12",  | 
 |     "test-main": "tap test/*.js" | 
 |   },  | 
 |   "version": "0.6.2" | 
 | } |