package.json 1.41 KB
{
  "_from": "node-json-config@0.0.4",
  "_id": "node-json-config@0.0.4",
  "_inBundle": false,
  "_integrity": "sha1-6e+xih5l/TSMudKVGIlwjmaEheo=",
  "_location": "/node-json-config",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-json-config@0.0.4",
    "name": "node-json-config",
    "escapedName": "node-json-config",
    "rawSpec": "0.0.4",
    "saveSpec": null,
    "fetchSpec": "0.0.4"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-json-config/-/node-json-config-0.0.4.tgz",
  "_shasum": "e9efb18a1e65fd348cb9d2951889708e668485ea",
  "_spec": "node-json-config@0.0.4",
  "_where": "C:\\Users\\admin\\Documents\\express-project",
  "author": {
    "name": "Takayoshi Aoyagi"
  },
  "bugs": {
    "url": "https://github.com/Takayoshi-Aoyagi/node-json-config/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Read and Write configurations to JSON file.",
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/Takayoshi-Aoyagi/node-json-config",
  "keywords": [
    "configurations",
    "JSON"
  ],
  "license": "MIT",
  "main": "./lib/config.js",
  "name": "node-json-config",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Takayoshi-Aoyagi/node-json-config.git"
  },
  "scripts": {
    "test": "cd test; mocha"
  },
  "version": "0.0.4"
}