nodexo/object-fx

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "object-fx",
  "version": "1.0.1",
  "description": "Flatten and eXpand for Javascript Objects.",
  "main": "index.js",
  "scripts": {
    "pretest": "npm install codeclimate-test-reporter -g",
    "test": "standard & tap test/*.js --coverage --reporter spec",
    "posttest": "tap --coverage-report=lcov && codeclimate-test-reporter < ./coverage/lcov.info",
    "test-local": "standard & tap test/*.js --coverage --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodexo/object-fx.git"
  },
  "keywords": [
    "nested",
    "object",
    "flatten",
    "flat",
    "expand",
    "unflatten",
    "json"
  ],
  "author": "Michael Kortstiege",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nodexo/object-fx/issues"
  },
  "homepage": "https://github.com/nodexo/object-fx#readme",
  "dependencies": {
    "depicts-whole-number": "^1.0.8"
  },
  "devDependencies": {
    "standard": "^8.5.0",
    "tap": "^8.0.1"
  }
}