Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

azuki-trusty / azk   deb

Repository URL to install this package:

Version: 0.5.1 

/ usr / lib / azk / node_modules / prettyjson / package.json

{
  "author": {
    "name": "Rafael de Oleza",
    "email": "rafeca@gmail.com",
    "url": "https://github.com/rafeca"
  },
  "name": "prettyjson",
  "description": "Package for formatting JSON data in a coloured YAML-style, perfect for CLI output",
  "version": "1.0.0",
  "homepage": "http://rafeca.com/prettyjson",
  "keywords": [
    "json",
    "cli",
    "formatting",
    "colors"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rafeca/prettyjson.git"
  },
  "main": "./lib/prettyjson",
  "scripts": {
    "test": "npm run jshint && mocha --reporter spec",
    "testwin": "node ./node_modules/mocha/bin/mocha --reporter spec",
    "jshint": "jshint lib/*.js",
    "coverage": "istanbul cover _mocha --report lcovonly -- -R spec",
    "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --pretty='* %s' --first-parent"
  },
  "bin": {
    "prettyjson": "./bin/prettyjson"
  },
  "engines": {
    "node": ">= 0.10.0 < 0.12.0"
  },
  "dependencies": {
    "colors": "0.6.2",
    "minimist": "0.0.8"
  },
  "devDependencies": {
    "mocha": "^1.18.2",
    "should": "^3.1.4",
    "jshint": "^2.4.4",
    "getversion": "~0.1.1",
    "istanbul": "~0.2.4",
    "coveralls": "^2.10.0",
    "mocha-lcov-reporter": "0.0.1"
  },
  "bugs": {
    "url": "https://github.com/rafeca/prettyjson/issues"
  },
  "_id": "prettyjson@1.0.0",
  "dist": {
    "shasum": "8911a559afea2d2d5b777c1c85fa8d3df47bd875",
    "tarball": "http://registry.npmjs.org/prettyjson/-/prettyjson-1.0.0.tgz"
  },
  "_from": "prettyjson@^1.0.0",
  "_npmVersion": "1.4.4",
  "_npmUser": {
    "name": "rafeca",
    "email": "rafeca@gmail.com"
  },
  "maintainers": [
    {
      "name": "rafeca",
      "email": "rafeca@gmail.com"
    }
  ],
  "directories": {},
  "_shasum": "8911a559afea2d2d5b777c1c85fa8d3df47bd875",
  "_resolved": "https://registry.npmjs.org/prettyjson/-/prettyjson-1.0.0.tgz",
  "readme": "ERROR: No README data found!"
}