{ "name": "source-map", "description": "Generates and consumes source maps", "version": "0.1.31", "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 " ], "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" } }