source: trip-planner-front/node_modules/color-name/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 555 bytes
Line 
1{
2 "name": "color-name",
3 "version": "1.1.3",
4 "description": "A list of color names and its values",
5 "main": "index.js",
6 "scripts": {
7 "test": "node test.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:dfcreative/color-name.git"
12 },
13 "keywords": [
14 "color-name",
15 "color",
16 "color-keyword",
17 "keyword"
18 ],
19 "author": "DY <dfcreative@gmail.com>",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/dfcreative/color-name/issues"
23 },
24 "homepage": "https://github.com/dfcreative/color-name"
25}
Note: See TracBrowser for help on using the repository browser.