UNPKG

random-file

Version:

Return random file name with random extension.

52 lines (51 loc) 1.22 kB
{ "name": "random-file", "version": "1.0.0", "description": "Return random file name with random extension.", "main": "index.js", "scripts": { "lint": "jshint index.js", "pretest": "npm run lint", "test": "mocha -R spec", "test:cov": "rm -rf ./test/coverage && istanbul cover _mocha --dir ./test/coverage -- -R spec", "test:rpt": "npm run test:cov && coveralls < ./test/coverage/lcov.info", "prepublish": "npm test" }, "keywords": [ "file", "filename", "extension", "random", "randomly", "randomize", "chance", "test", "dice", "mock" ], "author": { "name": "bubkoo", "email": "bubkoo.wy@gmail.com" }, "license": "MIT", "devDependencies": { "jshint": "^2.9.1", "chai": "^3.5.0", "coveralls": "^2.11.9", "istanbul": "^0.4.2", "mocha": "^2.4.5" }, "repository": { "type": "git", "url": "git+https://github.com/mock-end/random-file.git" }, "bugs": { "url": "https://github.com/mock-end/random-file/issues" }, "homepage": "https://github.com/mock-end/random-file#readme", "dependencies": { "pick-item": "^1.0.4", "pick-prop": "^1.0.3", "random-lorem": "^1.0.4" } }