Codebase list node-uniqid / fresh-snapshots/main package.json
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

package.json @fresh-snapshots/mainraw · history · blame

{
  "name": "uniqid",
  "version": "5.3.0",
  "description": "Unique ID Generator",
  "homepage": "http://github.com/adamhalasz/uniqid/",
  "keywords": [
    "unique id",
    "uniqid",
    "unique identifier",
    "hexatridecimal"
  ],
  "bugs": {
    "url": "http://github.com/adamhalasz/uniqid/issues",
    "email": "adam@aimform.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adamhalasz/uniqid.git"
  },
  "files": [
    "index.js"
  ],
  "license": "MIT",
  "author": {
    "name": "Halász Ádám",
    "email": "adam@aimform.com",
    "url": "http://adamhalasz.com/"
  },
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "webpack": "^5.52.0",
    "webpack-cli": "^4.8.0"
  },
  "scripts":{
    "build":"webpack"
  }
}