forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (40 loc) · 901 Bytes
/
package.json
File metadata and controls
41 lines (40 loc) · 901 Bytes
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
{
"name": "kuler",
"version": "1.0.1",
"description": "Color your terminal using CSS/hex color codes",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/3rd-Eden/kuler"
},
"keywords": [
"kuler",
"ansi",
"color",
"colour",
"chalk",
"css",
"hex",
"rgb",
"rgv"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/3rd-Eden/kuler/issues"
},
"homepage": "https://github.com/3rd-Eden/kuler",
"dependencies": {
"colornames": "^1.1.1"
},
"devDependencies": {
"assume": "^2.0.1",
"mocha": "^5.1.1"
}
,"_resolved": "https://registry.npmjs.org/kuler/-/kuler-1.0.1.tgz"
,"_integrity": "sha512-J9nVUucG1p/skKul6DU3PUZrhs0LPulNaeUOox0IyXDi8S4CztTHs1gQphhuZmzXG7VOQSf6NJfKuzteQLv9gQ=="
,"_from": "kuler@1.0.1"
}