{
  "author": "Svein Inge Albrigtsen",
  "name": "nnn",
  "description": "nnn",
  "version": "2.3.2",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Thhethssmuz/nnn.git"
  },
  "scripts": {
    "build": "pegjs --allowed-start-rules route,pair,key,value,method parser/grammar.pegjs parser/index.js",
    "test": "awfltst --filename --summary test/*.js",
    "coverage": "istanbul cover awfltst test/*.js && cat coverage/lcov.info"
  },
  "dependencies": {
    "brace-expansion": "^1.1.11",
    "co": "^4.6.0",
    "standard-http-error": "^2.0.1"
  },
  "devDependencies": {
    "awfltst": "^0.6.0",
    "istanbul": "^0.4.5",
    "pegjs": "^0.9.0",
    "request": "^2.88.0"
  },
  "license": "MIT"
}
