{
  "name": "simple-edifact-parser",
  "version": "1.0.0",
  "description": "JavaScript parser for UN/EDIFACT documents.",
  "keywords": [
    "edifact",
    "edi",
    "eancom"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=6.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ficodes/node-simple-edifact-parser.git"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "FICODES",
    "email": "contact@ficodes.com"
  },
  "devDependencies": {
    "jasmine": "^2.4",
    "istanbul": "^0.4"
  },
  "scripts": {
    "test": "jasmine",
    "coverage": "istanbul cover -i \"[^ies]*.js\" --include-all-sources jasmine"
  }
}
