UNPKG

raml2obj

Version:
48 lines (47 loc) 1.02 kB
{ "name": "raml2obj", "description": "RAML to object", "version": "6.8.1", "author": { "name": "Kevin Renskers", "email": "kevin@loopwerk.io" }, "bugs": { "url": "https://github.com/raml2html/raml2obj/issues" }, "dependencies": { "datatype-expansion": "^0.4.1", "raml-1-parser": "^1.1.67" }, "devDependencies": { "eslint": "^6.8.0", "eslint-plugin-prettier": "^3.1.4", "glob": "^7.1.6", "mocha": "^6.2.3", "prettier": "^1.19.1" }, "homepage": "https://github.com/raml2html/raml2obj", "keywords": [ "RAML" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/raml2html/raml2obj.git" }, "preferGlobal": false, "scripts": { "json": "node test/output-json.js", "lint": "eslint . --fix", "test": "mocha 'test/*.spec.js' --reporter progress" }, "files": [ "index.js", "arrays-objects-helpers.js", "consistency-helpers.js" ], "engines": { "node": ">=4" } }