{ "name": "mapstraction", "version": "1.0.1", "description": "Browserify plugin to extract sourcemaps", "main": "index.js", "scripts": { "test": "jshint index.js" }, "keywords": [ "browserify-plugin", "sourcemaps", "source-maps", "externalize" ], "author": "Matt Karl ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jiborobot/mapstraction" }, "bugs": { "url": "https://github.com/jiborobot/mapstraction/issues" }, "homepage": "https://github.com/jiborobot/mapstraction", "dependencies": { "convert-source-map": "^1.2.0", "through2": "^2.0.1" }, "devDependencies": { "jshint": "^2.9.2" } }