UNPKG

@ctmobile/ui-imageviewer-sd

Version:

支持移动端的UI组件-ImageViewer

47 lines (46 loc) 1.1 kB
{ "name": "@ctmobile/ui-imageviewer-sd", "version": "1.0.1", "description": "支持移动端的UI组件-ImageViewer", "main": "lib/imageviewer.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "doc": "jsdoc src README.md -d doc -u doc/tutorials", "buildpackage": "ctcopy ../src src && ctbuild buildpackage" }, "files": [ "lib" ], "repository": { "type": "git", "url": "https://github.com/playerljc/CTMobile-UI.git" }, "keywords": [ "imageviewer", "CtMobile", "CTMibole-UI", "mobile", "webapp", "SPA", "Hybrid", "Cordova", "Android", "iOS", "Material", "playerljc", "WebFramework" ], "author": "playerljc <playerljc@163.com>", "license": "MIT", "bugs": { "url": "https://github.com/playerljc/CTMobile-UI/issues" }, "homepage": "https://github.com/playerljc/CTMobile-UI#readme", "dependencies": { "@babel/runtime": "^7.2.0" }, "devDependencies": { "@ctsj/build": "^1.0.11", "photoswipe": "^4.1.2" } }