{
  "name": "source-map-concat",
  "version": "1.0.1",
  "author": "Simon Lydell",
  "license": "MIT",
  "description": "Concatenate files with source maps.",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "repository": "lydell/source-map-concat",
  "keywords": [
    "source map",
    "source-map",
    "source",
    "map",
    "dummy",
    "concatenate",
    "concat",
    "cat",
    "mapcat"
  ],
  "scripts": {
    "lint": "jshint index.js test/index.js",
    "unit": "mocha",
    "test": "npm run lint && npm run unit"
  },
  "dependencies": {
    "source-map": "^0.5.3",
    "urix": "^0.1.0"
  },
  "devDependencies": {
    "mocha": "^2.4.5",
    "jshint": "^2.9.1",
    "source-map-dummy": "^1.0.0",
    "chai": "^3.5.0"
  }
}
