{
  "name": "@architect/parser",
  "version": "1.0.6",
  "description": "function that accepts .arc text and returns a plain JavaScript Object",
  "main": "index.js",
  "scripts": {
    "test": "tape test/**/*-test.js | tap-spec"
  },
  "author": "Brian LeRoux",
  "license": "Apache-2",
  "devDependencies": {
    "tap-spec": "^4.1.1",
    "tape": "^4.6.3"
  }
}
