material-color-hash
Version:
Hash strings to Material UI colors
37 lines (36 loc) • 897 B
JSON
{
"name": "material-color-hash",
"version": "0.1.6",
"description": "Hash strings to Material UI colors",
"repository": {
"type": "git",
"url": "git@github.com:BelkaLab/material-color-hash"
},
"main": "./lib/index.js",
"scripts": {
"clean": "rm -rf lib",
"build": "babel src --out-dir lib",
"prepublish": "NODE_ENV=production; babel src --out-dir lib"
},
"keywords": [
"color",
"hash",
"material",
"ui"
],
"author": "Belka <giovanni@belka.us> (http://belka.us)",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^7.0.0",
"babel-preset-es2015": "^6.16.0",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0"
},
"dependencies": {
"string-hash": "^1.1.3"
}
}