{ "name": "source-map", "description": "Generates and consumes source maps", "version": "0.4.4", "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 ", "azu ", "John Gozde ", "Adam Kirkton ", "Chris Montgomery ", "J. Ryan Stinnett ", "Jack Herrington ", "Chris Truter ", "Daniel Espeset ", "Jamie Wong ", "Eddy Bruël ", "Hawken Rives ", "Gilad Peleg " ], "repository": { "type": "git", "url": "http://github.com/mozilla/source-map.git" }, "directories": { "lib": "./lib" }, "main": "./lib/source-map.js", "files": [ "lib/", "build/" ], "engines": { "node": ">=0.8.0" }, "license": "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" } }