UNPKG

@creenv/rectangle

Version:

a lightweight rectangle class, can be used as a bounding rect

68 lines (67 loc) 1.87 kB
{ "name": "@creenv/rectangle", "version": "0.0.1", "description": "a lightweight rectangle class, can be used as a bounding rect", "keywords": [ "rectangle", "bounding", "rect", "creenv", "creative", "environment" ], "license": "MIT", "author": "Baptiste Crespy", "homepage": "https://github.com/bcrespy/creenv-rect.git", "repository": { "type": "git", "url": "https://github.com/bcrespy/creenv-rect.git" }, "bugs": { "mail": "baptiste.crespy@gmail.com", "url": "https://github.com/bcrespy/creenv-rect/issues" }, "main": "lib/index.js", "files": [ "lib" ], "scripts": { "clean": "", "test": "cross-env NODE_ENV=test jest", "test:watch": "cross-env NODE_ENV=test jest --watch", "test:cover": "cross-env NODE_ENV=test jest --coverage", "prepublish": "npm run test", "start": "webpack-dev-server --config webpack/dev.config.js" }, "peerDependencies": {}, "dependencies": { "@creenv/vector": "^1.0.3" }, "devDependencies": { "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", "babel-jest": "^23.6.0", "babel-loader": "^8.0.4", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "brfs": "^2.0.1", "clean-webpack-plugin": "^0.1.19", "cross-env": "^5.1.4", "css-loader": "^1.0.0", "file-loader": "^2.0.0", "html-loader": "^0.5.5", "html-webpack-harddisk-plugin": "^0.2.0", "html-webpack-plugin": "^3.2.0", "jsdoc-to-markdown": "^4.0.1", "node-sass": "^4.9.3", "sass-loader": "^7.1.0", "style-loader": "^0.23.0", "watchify": "^3.11.0", "webpack": "^4.20.2", "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.9" }, "jest": { "testEnvironment": "node", "transformIgnorePatterns": [] } }