gradient-color
Version:
Gradient color generator that lives in 21st
40 lines (39 loc) • 944 B
JSON
{
"name": "gradient-color",
"version": "2.0.1",
"description": "Gradient color generator that lives in 21st",
"main": "./build/index.js",
"engines": {
"node": ">=6.0"
},
"scripts": {
"test": "babel-tape-runner test/*.js | tap-notify | tap-diff",
"dev": "babel -w ./src --out-dir ./build",
"build": "babel ./src --out-dir ./build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/assuming/gradient-color.git"
},
"keywords": [
"color",
"colors",
"gradient"
],
"author": "ohmyxm",
"license": "ISC",
"bugs": {
"url": "https://github.com/assuming/gradient-color/issues"
},
"homepage": "https://github.com/assuming/gradient-color#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-tape-runner": "^2.0.1",
"blue-tape": "^1.0.0",
"tape": "^4.6.3"
},
"dependencies": {
"color": "^2.0.1"
}
}