Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/state-toggle/
Upload File :
Current File : //etc/kibana/node_modules/state-toggle/package.json

{
  "name": "state-toggle",
  "version": "1.0.0",
  "description": "Enter/exit a state",
  "license": "MIT",
  "keywords": [
    "enter",
    "exit",
    "state"
  ],
  "files": [
    "index.js"
  ],
  "repository": "https://github.com/wooorm/state-toggle",
  "bugs": "https://github.com/wooorm/state-toggle/issues",
  "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
  "contributors": [
    "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
  ],
  "dependencies": {},
  "devDependencies": {},
  "scripts": {
    "build-md": "remark . --quiet --frail",
    "build-bundle": "browserify index.js --bare -s stateToggle > state-toggle.js",
    "build-mangle": "esmangle < state-toggle.js > state-toggle.min.js",
    "build": "npm run build-md && npm run build-bundle && npm run build-mangle",
    "lint": "xo",
    "test-api": "node test",
    "test-coverage": "nyc --reporter lcov tape test.js",
    "test": "npm run build && npm run lint && npm run test-coverage"
  },
  "xo": {
    "space": true,
    "ignores": [
      "state-toggle.js",
      "state-toggle.min.js"
    ]
  },
  "nyc": {
    "check-coverage": true,
    "lines": 100,
    "functions": 100,
    "branches": 100
  },
  "remarkConfig": {
    "output": true,
    "plugins": [
      "comment-config",
      "github",
      "lint",
      "validate-links"
    ],
    "settings": {
      "bullet": "*"
    }
  },
  "cleaned": true
}