sillyid
Version: 
Generates Silly Ids like AutonomousExiledRobots or EnragedPinkDolphins
33 lines (32 loc) • 715 B
JSON
{
  "name": "sillyid",
  "version": "0.2.2",
  "description": "Generates Silly Ids like AutonomousExiledRobots or EnragedPinkDolphins",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha ./tests/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jamesford/sillyid.git"
  },
  "keywords": [
    "silly",
    "id",
    "sillyid",
    "sillyurl",
    "adjective",
    "noun",
    "adverb"
  ],
  "author": "Jamesford",
  "license": "The Unlicense",
  "bugs": {
    "url": "https://github.com/Jamesford/sillyid/issues"
  },
  "homepage": "https://github.com/Jamesford/sillyid#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.0.2"
  }
}