diff options
author | Minteck <contact@minteck.org> | 2022-03-16 16:52:22 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-03-16 16:52:22 +0100 |
commit | 1ac602732bce82b22bbe581c3f47c52dc232c7f2 (patch) | |
tree | c8ad3df1a39bf53aa14e9b7ac63ad55d06e58d15 /node_modules/color-name/package.json | |
parent | 000eec5f6df372d8a026c5b73272797afec8a941 (diff) | |
download | twilight-1ac602732bce82b22bbe581c3f47c52dc232c7f2.tar.gz twilight-1ac602732bce82b22bbe581c3f47c52dc232c7f2.tar.bz2 twilight-1ac602732bce82b22bbe581c3f47c52dc232c7f2.zip |
CC: #1
Diffstat (limited to 'node_modules/color-name/package.json')
-rw-r--r-- | node_modules/color-name/package.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/node_modules/color-name/package.json b/node_modules/color-name/package.json index 7acc902..782dd82 100644 --- a/node_modules/color-name/package.json +++ b/node_modules/color-name/package.json @@ -1,28 +1,28 @@ -{ - "name": "color-name", - "version": "1.1.4", - "description": "A list of color names and its values", - "main": "index.js", - "files": [ - "index.js" - ], - "scripts": { - "test": "node test.js" - }, - "repository": { - "type": "git", - "url": "git@github.com:colorjs/color-name.git" - }, - "keywords": [ - "color-name", - "color", - "color-keyword", - "keyword" - ], - "author": "DY <dfcreative@gmail.com>", - "license": "MIT", - "bugs": { - "url": "https://github.com/colorjs/color-name/issues" - }, - "homepage": "https://github.com/colorjs/color-name" -} +{
+ "name": "color-name",
+ "version": "1.1.4",
+ "description": "A list of color names and its values",
+ "main": "index.js",
+ "files": [
+ "index.js"
+ ],
+ "scripts": {
+ "test": "node test.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git@github.com:colorjs/color-name.git"
+ },
+ "keywords": [
+ "color-name",
+ "color",
+ "color-keyword",
+ "keyword"
+ ],
+ "author": "DY <dfcreative@gmail.com>",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/colorjs/color-name/issues"
+ },
+ "homepage": "https://github.com/colorjs/color-name"
+}
|