{
  "author": "Will S Laurance <w.laurance@gmail.com> (http://www.wlaurance.com)",
  "name": "singleton",
  "description": "A singleton javascript class",
  "version": "1.0.0",
  "homepage": "https://github.com/wlaurance/singleton",
  "repository": {
    "url": "git@github.com:wlaurance/singleton.git"
  },
  "main": "lib/singleton.js",
  "scripts": {
    "test": "make test"
  },
  "dependencies": {},
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  }
}
