source: node_modules/color-name/package.json@ db39d9e

main
Last change on this file since db39d9e was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

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