@ngx-config/fs-loader
Version:
Loader for ngx-config that provides application settings using fs (server platform)
37 lines (36 loc) • 962 B
JSON
{
"name": "@ngx-config/fs-loader",
"version": "5.0.0",
"description": "Loader for ngx-config that provides application settings using fs (server platform)",
"repository": {
"type": "git",
"url": "https://github.com/fulls1z3/ngx-config.git"
},
"keywords": [
"plugin",
"loader",
"fs",
"configmodule",
"config",
"angular"
],
"author": {
"name": "Burak Tasci",
"email": "me@fulls1z3.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fulls1z3/ngx-config/issues"
},
"homepage": "https://github.com/fulls1z3/ngx-config/tree/master/packages/@ngx-config/fs-loader#readme",
"main": "./bundles/fs-loader.umd.js",
"module": "./@ngx-config/fs-loader.es5.js",
"es2015": "./@ngx-config/fs-loader.js",
"typings": "./fs-loader.d.ts",
"dependencies": {
"tslib": "~1.8.1"
},
"peerDependencies": {
"@ngx-config/core": ">=5.0.0 <6.0.0"
}
}