UNPKG

suranadira-resize

Version:

A library for resizing Suranadira components.

36 lines (35 loc) 941 B
{ "name": "suranadira-resize", "version": "1.0.0", "description": "A library for resizing Suranadira components.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "./node_modules/.bin/babel src --out-file index.js" }, "repository": { "type": "git", "url": "git+https://github.com/strazds/suranadira-resize.git" }, "keywords": [ "suranadira", "resize" ], "author": "Armands Strazds <strazds@suranadira.com>", "license": "ISC", "bugs": { "url": "https://github.com/strazds/suranadira-resize/issues" }, "homepage": "https://github.com/strazds/suranadira-resize#readme", "dependencies": { "@babel/cli": "^7.6.0", "@babel/core": "^7.6.0", "@babel/preset-env": "^7.6.0", "@babel/preset-react": "^7.0.0", "react-dom": "^16.9.0", "suranadira-utils": "^1.0.6" }, "devDependencies": { "react": "^16.9.0" } }