UNPKG

linear-gradient-parser

Version:

Parses a SVG linear gradient string / parsed JSON into css background image property

38 lines (37 loc) 1.07 kB
{ "name": "linear-gradient-parser", "version": "1.1.8", "description": "Parses a SVG linear gradient string / parsed JSON into css background image property", "author": "Oded Goldglas <odedglas@gmail.com>", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/odedglas/linear-gradient-parser" }, "homepage": "https://github.com/odedglas/linear-gradient-parser", "main": "dist/index.js", "scripts": { "test": "jest -c configuration/jest.config.js", "lint": "eslint .", "build": "webpack --config configuration/webpack.config" }, "keywords": [ "svg", "linear-greadient", "background-image" ], "devDependencies": { "@babel/cli": "^7.1.5", "@babel/core": "^7.1.5", "@babel/preset-env": "^7.1.5", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.6.0", "babel-loader": "^8.0.4", "eslint": "^5.9.0", "jest": "^23.6.0", "regenerator-runtime": "^0.12.1", "uglifyjs-webpack-plugin": "^2.0.1", "webpack": "^4.25.1", "webpack-cli": "^3.1.2" } }