{
  "name": "parse-packagejson-name",
  "version": "1.1.0",
  "description": "Parse an npm package name and returns some mildly interesting details about it",
  "keywords": [
    "name",
    "package.json",
    "parse",
    "scope"
  ],
  "homepage": "https://github.com/keithamus/sort-object-keys#readme",
  "bugs": {
    "url": "https://github.com/keithamus/sort-object-keys/issues"
  },
  "license": "MIT",
  "author": "Keith Cirkel <npm@keithcirkel.co.uk> (http://keithcirkel.co.uk/)",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/keithamus/parse-packagejson-name.git"
  },
  "scripts": {
    "test": "mocha test.js"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "mocha": "^11.7.5"
  }
}
