Files
JiboSDK/node_modules/mapstraction/package.json
2026-03-22 03:21:45 +02:00

33 lines
722 B
JSON

{
"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 <matt.karl@jibo.com>",
"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"
}
}