{
  "name": "vs_projectname",
  "version": "1.0.2",
  "description": "Normalizes a Visual Stuio project name",
  "author": "Glenn Morton",
  "main": "index.js",
  "scripts": {
    "test": "node ./node_modules/.bin/mocha test/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sandcastle/vs_projectname.git"
  },
  "keywords": [
    "vs",
    "visual studio",
    "project",
    "project name",
    "sanitize"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sandcastle/vs_projectname/issues"
  },
  "homepage": "https://github.com/sandcastle/vs_projectname",
  "devDependencies": {
    "assert": "^1.3.0",
    "mocha": "^2.2.5"
  }
}
