view-bigimg
Version:
purejs image viewer
26 lines (25 loc) • 556 B
JSON
{
"name": "view-bigimg",
"version": "1.0.7",
"description": "purejs image viewer",
"main": "lib/view-bigimg.js",
"scripts": {
"build": "rollup -c"
},
"keywords": [
"imageviewer"
],
"repository": {
"type": "git",
"url": "https://github.com/newming/view-bigimg.git"
},
"author": "newming",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify": "^4.0.0"
}
}