fryer
Version:
Fryer - configuration manager based on Node.js
27 lines (26 loc) • 579 B
JSON
{
"name": "fryer",
"version": "0.0.1",
"description": "Fryer - configuration manager based on Node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Nogrant/fryer.git"
},
"keywords": [
"config",
"configuration"
],
"author": "Nogrant Foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nogrant/fryer/issues"
},
"homepage": "https://github.com/Nogrant/fryer",
"dependencies": {
"kefir": "^2.1.0"
}
}