mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
27 lines
570 B
JSON
27 lines
570 B
JSON
{
|
|
"name": "pleasejs",
|
|
"filename": "Please.min.js",
|
|
"version": "0.2.0",
|
|
"description": "JS library to generate random pleasing colors/color schemes",
|
|
"main": "Please.js",
|
|
"scripts": {
|
|
"test": "Please.make_color();"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Fooidge/PleaseJS.git"
|
|
},
|
|
"keywords": [
|
|
"color",
|
|
"scheme",
|
|
"random"
|
|
],
|
|
"author": "Jordan Checkman",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Fooidge/PleaseJS/issues"
|
|
},
|
|
"homepage": "https://github.com/Fooidge/PleaseJS"
|
|
}
|
|
|