-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
34 lines (34 loc) · 843 Bytes
/
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
{
"name": "chromahash",
"version": "0.1.1",
"description": "Hash strings to colors",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"an-array-of-english-words": "^1.3.1",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"chalk": "^2.1.0",
"husky": "^0.14.3",
"jest": "^21.2.1",
"prettier": "^1.7.4",
"webpack": "^3.8.1"
},
"scripts": {
"test": "jest",
"prettier": "prettier --write \"**/*.js\"",
"pretest": "prettier --list-different \"**/*.js\"",
"precommit": "npm run pretest"
},
"repository": "https://github.com/jonotron/chromahash",
"bugs": "https://github.com/jontoron/chromahash/issues",
"keywords": [
"color",
"hash"
],
"engines": {
"node": ">= 8.2"
},
"author": "Jonathan Bowers <[email protected]>",
"license": "MIT"
}