simple-color-functions
Version:
A set of simple color functions.
51 lines (50 loc) • 1.32 kB
JSON
{
"name": "simple-color-functions",
"version": "0.5.1",
"description": "A set of simple color functions.",
"keywords": [
"contrast",
"colors",
"darken",
"brighten",
"alpha"
],
"author": "Ruslan Abdullaev <skarlatin@mail.ru>",
"license": "MIT",
"main": "dist/index.min.js",
"module": "dist/index.esm.min.js",
"browser": "dist/index.umd.min.js",
"repository": "rajdee/simple-color-functions",
"bugs": {
"url": "https://github.com/rajdee/simple-color-functions/issues"
},
"homepage": "https://github.com/rajdee/simple-color-functions",
"devDependencies": {
"@rollup/plugin-buble": "^0.21.1",
"@rollup/plugin-typescript": "^3.0.0",
"@types/jest": "^25.1.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.1.0",
"eslint": "^6.8.0",
"eslint-plugin-jest": "^23.8.1",
"jest": "^25.1.0",
"rollup": "^1.32.0",
"rollup-plugin-terser": "^5.2.0",
"ts-jest": "^25.2.1",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
},
"scripts": {
"prepare": "npm run build && npm test",
"build-dev": "DEV=1 rollup -c",
"build": "rollup -c",
"test": "jest && eslint ./src/*.ts",
"test:watch": "./node_modules/jest-cli/bin/jest.js --watch"
},
"eslintConfig": {
"root": true,
"env": {
"jest": true
}
}
}