UNPKG

cdkey

Version:

Generate random strings by template.

58 lines (57 loc) 1.41 kB
{ "name": "cdkey", "version": "2.0.2", "description": "Generate random strings by template.", "main": "src/index.js", "files": [ "dist/*", "lib/*", "src/*", "README.md" ], "scripts": { "lint": "eslint src test", "cleanup": "rm -f dist/* lib/*", "build": "npm run cleanup && webpack --config build/webpack.config.js", "test": "npm run lint && nyc mocha", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/up9cloud/node-cdkey.git" }, "keywords": [ "generate", "random", "randomstring", "template", "keygen" ], "author": "up9cloud (https://github.com/up9cloud)", "license": "MIT", "bugs": { "url": "https://github.com/up9cloud/node-cdkey/issues" }, "homepage": "https://github.com/up9cloud/node-cdkey#readme", "readmeFilename": "README.md", "engines": { "node": ">=6.0.0" }, "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.0.3", "eslint": "^5.15.1", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "mocha": "^6.0.2", "nyc": "^13.3.0", "webpack": "^4.29.6", "webpack-cli": "^3.2.3" }, "dependencies": { "lodash-es": "^4.17.11" } }