{
  "name": "map-modules",
  "version": "0.1.0",
  "description": "Expanded ASN.1 modules for Mobile Application Part (MAP) (3GPP TS 29.002) in JSON format",
  "keywords": [
    "ss7",
    "tcap",
    "map",
    "asn.1",
    "3gpp",
    "29.002",
    "json"
  ],
  "main": "convert.js",
  "dependencies": {},
  "devDependencies": {
    "asn1exp": "0.1.1",
    "get-stdin": "^5.0.1",
    "minimist": "^1.2.0"
  },
  "scripts": {
    "convert": "cd 29002-f30\\ ASN1 && for file in *Operations.EXP; do node ../convert \"$file\" > \"../dist/$file.json\" ; done",
    "convert-min": "cd 29002-f30\\ ASN1 && for file in *Operations.EXP; do node ../convert \"$file\" --min > \"../dist/$file.min.json\" ; done",
    "convert-errors": "cd 29002-f30\\ ASN1 && for file in *Errors.EXP; do node ../convert \"$file\" > \"../dist/$file.json\" ; done",
    "convert-errors-min": "cd 29002-f30\\ ASN1 && for file in *Errors.EXP; do node ../convert \"$file\" --min > \"../dist/$file.min.json\" ; done"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atesgoral/map-modules.git"
  },
  "author": "Ates Goral <ates@magnetiq.com> (http://magnetiq.com/)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/atesgoral/map-modules/issues"
  },
  "homepage": "https://github.com/atesgoral/map-modules#readme"
}
