{
  "name": "nsdeclare",
  "version": "0.1.0",
  "description": "Safely declare a namespace using dot notation",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/lazd/nsdeclare.git"
  },
  "keywords": [
    "namespace",
    "declare",
    "declaration"
  ],
  "author": "Larry Davis <lazdnet@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lazd/nsdeclare/issues"
  },
  "homepage": "https://github.com/lazd/nsdeclare",
  "devDependencies": {
    "mocha": "~1.21.3",
    "should": "~4.0.4"
  }
}
