fwsp-config
Version:
Configuration file handler
42 lines (41 loc) • 883 B
JSON
{
"name": "fwsp-config",
"version": "1.1.5",
"author": "Carlos Justiniano",
"description": "Configuration file handler",
"keywords": [
"config",
"configuration",
"properties"
],
"main": "index.js",
"analyze": false,
"engines": {
"node": ">=6.2.1"
},
"scripts": {
"test": "mocha specs --reporter spec"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/flywheelsports/fwsp-config.git"
},
"dependencies": {
"bluebird": "3.5.0",
"fwsp-umf-message": "0.4.3",
"hydra": "1.0.5",
"hydra-express": "1.0.8",
"node-fetch": "1.6.3"
},
"devDependencies": {
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"eslint": "3.18.0",
"mocha": "3.2.0"
},
"bin": {
"fwsp-config": "index.js"
},
"homepage": "https://github.com/flywheelsports/fwsp-config/#readme"
}