{
  "name": "raml-json-enhance-node",
  "version": "0.3.2",
  "license": "Apache-2.0 OR CC-BY-4.0",
  "description": "A RAML's JSON enhancer node package for the API Console",
  "engines": {
    "node": ">=6.4.0"
  },
  "private": false,
  "main": "main.js",
  "author": "The Advanced REST client authors <arc@mulesoft.com>",
  "scripts": {
    "test": "mocha 'test/*.test.js'"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mulesoft-labs/raml-json-enhance-node.git"
  },
  "bugs": {
    "url": "https://github.com/mulesoft-labs/raml-json-enhance-node/issues",
    "email": "arc@mulesoft.com"
  },
  "dependencies": {
    "raml-1-parser": "^1.1.20",
    "raml2obj": "github:advanced-rest-client/raml2obj#6.1.2"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.2.0"
  },
  "keywords": [
    "RAML",
    "raml2obj",
    "enhancer"
  ],
  "files": [
    "lib",
    "main.js"
  ]
}
