{ "name": "source-map", "description": "Generates and consumes source maps", "version": "0.1.34", "homepage": "https://github.com/mozilla/source-map", "author": "Nick Fitzgerald ", "contributors": [ "Tobias Koppers ", "Duncan Beevers ", "Stephen Crane ", "Ryan Seddon ", "Miles Elam ", "Mihai Bazon ", "Michael Ficarra ", "Todd Wolfson ", "Alexander Solovyov ", "Felix Gnass ", "Conrad Irwin ", "usrbincc ", "David Glasser ", "Chase Douglas ", "Evan Wallace ", "Heather Arthur ", "Hugh Kennedy ", "David Glasser ", "Simon Lydell ", "Jmeas Smith ", "Michael Z Goddard " ], "repository": { "type": "git", "url": "http://github.com/mozilla/source-map.git" }, "directories": { "lib": "./lib" }, "main": "./lib/source-map.js", "engines": { "node": ">=0.8.0" }, "licenses": [ { "type": "BSD", "url": "http://opensource.org/licenses/BSD-3-Clause" } ], "dependencies": { "amdefine": ">=0.0.4" }, "devDependencies": { "dryice": ">=0.4.8" }, "scripts": { "test": "node test/run-tests.js", "build": "node Makefile.dryice.js" }, "__npminstall_done": true, "_from": "source-map@0.1.34", "_resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.1.34.tgz" }