hcb-geo-pattern
Version:
Create beautiful generative geometric background images from a string.
94 lines (93 loc) • 2.99 kB
JSON
{
"name": "hcb-geo-pattern",
"version": "1.1.0",
"description": "Create beautiful generative geometric background images from a string.",
"main": "dist/index.js",
"types": "types/index.d.ts",
"browser": "dist/browser.js",
"dependencies": {
"@types/color": "^3.0.1",
"color": "^3.1.2",
"tiny-sha1": "^0.2.1"
},
"devDependencies": {
"@prescott/commitlint-preset": "1.0.3",
"@prescott/semantic-release-config": "1.0.1",
"@prescott/tslint-preset": "1.0.1",
"@rollup/plugin-commonjs": "25.0.2",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-typescript": "11.1.1",
"@types/chai": "4.3.5",
"@types/common-tags": "1.8.1",
"@types/debug": "4.1.8",
"@types/env-ci": "3.1.1",
"@types/jsdom": "21.1.1",
"@types/mocha": "10.0.1",
"@types/node": "12.20.55",
"@types/selenium-webdriver": "4.1.15",
"@types/sharp": "0.29.4",
"@types/sinon": "10.0.15",
"@wdio/browserstack-service": "8.11.2",
"@wdio/cli": "8.11.2",
"@wdio/local-runner": "8.11.2",
"@wdio/mocha-framework": "8.11.0",
"@wdio/spec-reporter": "8.11.2",
"@wdio/static-server-service": "8.11.0",
"axios": "1.4.0",
"browserstack-local": "1.5.3",
"chai": "4.3.7",
"chai-image": "3.0.0",
"chromedriver": "96.0.0",
"common-tags": "1.8.2",
"debug": "4.3.4",
"env-ci": "9.1.1",
"execa": "7.1.1",
"husky": "8.0.3",
"jsdom": "22.1.0",
"mocha": "10.2.0",
"rollup": "2.79.1",
"semantic-release": "21.0.5",
"sharp": "0.30.5",
"sinon": "15.2.0",
"ts-node": "10.9.1",
"tslib": "2.5.3",
"tslint": "6.1.3",
"typescript": "4.9.5",
"wdio-chromedriver-service": "8.1.1",
"webdriverio": "8.11.2"
},
"scripts": {
"clean": "rm -rf types dist browser",
"build": "npm run clean && tsc -p tsconfig.node.json && rollup -c rollup.config.js",
"prepublishOnly": "npm run build",
"pretest": "npm run clean && npm run build && npm run seed",
"test": "npm run test:spec && npm run test:e2e",
"test:spec": "mocha -r ts-node/register 'test/**/*.spec.ts'",
"test:e2e": "npm run test:e2e:node && npm run test:e2e:browser && npm run test:e2e:browserstack",
"test:e2e:node": "mocha -r ts-node/register 'integration-test/node/**/*.ts'",
"test:e2e:browser": "wdio wdio.local.conf.js",
"test:e2e:browserstack": "wdio wdio.browserstack.conf.js",
"posttest": "npm run clean",
"lint": "tslint -c tslint.json '{src,test,integration-test}/**/*.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rocristoi/hcb-geo-pattern.git"
},
"keywords": [
"image",
"pattern",
"svg",
"geo-pattern",
"geopattern",
"design",
"background",
"HCB"
],
"author": "Capota Cristian <cristi@cristoi.ro>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rocristoi/hcb-geo-pattern/issues"
},
"homepage": "https://github.com/rocristoi/hcb-geo-pattern#readme"
}