UNPKG

gemstone-config

Version:

Configuration Reader of Gemstone JavaScript Technology Stack

42 lines (41 loc) 1.43 kB
{ "name": "gemstone-config", "version": "0.9.48", "description": "Configuration Reader of Gemstone JavaScript Technology Stack", "license": "Apache-2.0", "author": { "name": "Gemstone Project", "url": "http://gemstonejs.com" }, "keywords": [ "gemstone", "config" ], "repository": { "type": "git", "url": "https://github.com/gemstonejs/gemstone-config.git" }, "homepage": "https://github.com/gemstonejs/gemstone-config", "bugs": "https://github.com/gemstonejs/gemstone-config/issues", "devDependencies": { "eslint": "6.8.0", "eslint-config-standard": "14.1.0", "eslint-plugin-standard": "4.0.1", "eslint-plugin-promise": "4.2.1", "eslint-plugin-import": "2.19.1", "eslint-plugin-node": "10.0.0", "babel-eslint": "10.0.3" }, "dependencies": { "mz": "2.7.0", "ducky": "2.7.2", "extend": "3.0.2", "js-yaml": "3.13.1" }, "engines": { "node": ">=8.0.0" }, "scripts": { "prepublishOnly": "eslint --config eslint.yaml gemstone-config.js" }, "main": "gemstone-config.js" }