Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/hjson/
Upload File :
Current File : //etc/kibana/node_modules/hjson/package.json

{
  "name": "hjson",
  "description": "A user interface for JSON.",
  "main": "./lib/hjson.js",
  "author": "Christian Zangl",
  "version": "3.2.1",
  "keywords": [
    "json",
    "comments",
    "config",
    "hjson",
    "parser",
    "serializer",
    "human"
  ],
  "bin": {
    "hjson": "./bin/hjson"
  },
  "scripts": {
    "test": "node ./test/test.js",
    "lint": "node_modules/eslint/bin/eslint.js -f unix bin/hjson lib/*.js",
    "build_v1": "node -e 'console.log(\"module.exports=\\\"\"+eval(\"(\"+process.argv[1]+\")\").version+\"\\\";\");' -- \"`cat package.json`\" > lib/hjson-version.js",
    "build_v2": "node -e 'var v=\" * Hjson v\"+eval(\"(\"+process.argv[1]+\")\").version; if (v!==process.argv[2]) throw new Error(\"ver\");' -- \"`cat package.json`\" \"`grep -E '\\* Hjson v.*$' lib/hjson.js`\"",
    "build_bundle": "node_modules/browserify/bin/cmd.js -p browserify-header --ignore os -s Hjson -o bundle/hjson.js lib/hjson.js",
    "build_min": "node node_modules/uglify-js/bin/uglifyjs bundle/hjson.js --comments=/^!/ -c -m -o bundle/hjson.min.js",
    "build": "npm run build_v1 && npm run build_v2 && npm run test && npm run lint && npm run build_bundle && npm run build_min"
  },
  "homepage": "http://hjson.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/hjson/hjson-js.git"
  },
  "bugs": {
    "url": "https://github.com/hjson/hjson-js/issues"
  },
  "license": "MIT",
  "devDependencies": {},
  "cleaned": true
}