UNPKG

wecui

Version:

一款基于Vue2.x版本的移动端web组件

38 lines (37 loc) 613 B
{ "name": "tempfile", "version": "0.1.3", "description": "Get a random temp file path", "license": "MIT", "repository": "sindresorhus/tempfile", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "http://sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "files": [ "index.js" ], "keywords": [ "tmp", "temp", "temporary", "tempfile", "file", "path", "random", "rand" ], "dependencies": { "uuid": "~1.4.0" }, "devDependencies": { "mocha": "*" } }