UNPKG

image360

Version:
56 lines (55 loc) 1.52 kB
{ "name": "image360", "version": "0.1.0", "description": "Rotate image 360°", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "start": "webpack-dev-server --mode development", "transpile": "webpack --mode production --config webpack.config.prod.js --progress", "prepublishOnly": "npm run transpile", "build": "webpack --mode production --progress", "deploy": "gh-pages -d examples/dist", "publish-demo": "npm run build && npm run deploy && rm -r examples/dist", "postpublish": "rm -r dist" }, "repository": { "type": "git", "url": "git+https://github.com/n-spl1nter/image360.git" }, "keywords": [ "360°", "360", "image", "rotate", "observe" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/n-spl1nter/image360/issues" }, "homepage": "https://github.com/n-spl1nter/image360#readme", "devDependencies": { "@babel/cli": "7.8.4", "@babel/core": "7.9.0", "@babel/plugin-proposal-class-properties": "7.8.3", "@babel/preset-env": "7.9.5", "@types/jest": "25.2.1", "babel-loader": "8.1.0", "copy-webpack-plugin": "5.1.1", "gh-pages": "2.2.0", "html-webpack-plugin": "4.2.0", "jest": "25.4.0", "ts-jest": "25.4.0", "ts-loader": "7.0.1", "typescript": "3.8.3", "webpack": "4.43.0", "webpack-cli": "3.3.11", "webpack-dev-server": "3.10.3" }, "browserslist": [ "defaults" ] }