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
34 lines (33 loc) · 853 Bytes
/
package.json
File metadata and controls
34 lines (33 loc) · 853 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
{
"name": "text-hex",
"version": "1.0.0",
"description": "Generate a hex color from the given text",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --ui bdd test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/3rd-Eden/text-hex"
},
"keywords": [
"css",
"color",
"hex",
"text"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/3rd-Eden/text-hex/issues"
},
"homepage": "https://github.com/3rd-Eden/text-hex",
"devDependencies": {
"assume": "2.1.x",
"mocha": "5.2.x",
"pre-commit": "1.2.x"
}
,"_resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz"
,"_integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg=="
,"_from": "text-hex@1.0.0"
}