blob: 5e194bcbbac6b0a09f3025f5d49ad8a7cb7a47ba [file] [log] [blame]
{
"author": {
"email": "thlorenz@gmx.de",
"name": "Thorsten Lorenz",
"url": "http://thlorenz.com"
},
"dependencies": {},
"description": "Converts a source-map from/to different formats and allows adding/changing properties.",
"devDependencies": {
"inline-source-map": "~0.3.1",
"tap": "~0.4.13"
},
"engine": {
"node": ">=0.6"
},
"homepage": "https://github.com/thlorenz/convert-source-map",
"keywords": [
"convert",
"sourcemap",
"source",
"map",
"browser",
"debug"
],
"license": "MIT",
"main": "index.js",
"name": "convert-source-map",
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/convert-source-map.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.1.3"
}