-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "color-it",
"version": "1.2.13",
"description": "Flat colors for your Node.js strings.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/IonicaBizau/node-color-it.git"
},
"keywords": [
"colors",
"flat",
"strings"
],
"author": "Ionică Bizău <[email protected]> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/node-color-it/issues"
},
"homepage": "https://github.com/IonicaBizau/node-color-it#readme",
"directories": {
"example": "example"
},
"devDependencies": {},
"blah": {
"h_img": "http://i.imgur.com/Mks97iZ.png",
"ex_img": "http://i.imgur.com/MsZii96.png",
"description": "This library uses the flat colors taken from [flatuicolors.com](http://flatuicolors.com). For low-level libraries, check out [`flat-colors.js`](https://github.com/IonicaBizau/flat-colors.js) and [`node-couleurs`](https://github.com/IonicaBizau/node-couleurs)."
},
"dependencies": {
"couleurs": "^6.0.6",
"flat-colors": "^3.1.0",
"iterate-object": "^1.1.0",
"typpy": "^2.3.3"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}