Current File : //lib/node_modules/bower/packages/bower-endpoint-parser/package.json
{
  "name": "bower-endpoint-parser",
  "version": "0.2.2",
  "description": "Little module that helps with endpoints parsing.",
  "author": "Twitter",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/bower/endpoint-parser/blob/master/LICENSE"
    }
  ],
  "repository": "https://github.com/bower/bower/tree/master/packages/bower-endpoint-parser",
  "main": "index.js",
  "engines": {
    "node": ">=0.8.0"
  },
  "devDependencies": {
    "expect.js": "~0.2.0",
    "mocha": "^3.5.3",
    "mout": "~0.9.0"
  },
  "scripts": {
    "test": "mocha -R spec"
  }
}