-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 764 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 764 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
{
"name": "website-color-extractor",
"version": "1.0.0",
"description": "Extract colors from websites",
"license": "MIT",
"homepage": "https://github.com/mjhasbach/node-website-color-extractor",
"dependencies": {
"async": "~0.9.0",
"imagejs": "~0.0.9",
"lodash": "~3.8.0",
"pageres": "~1.3.0"
},
"keywords": [
"web",
"page",
"site",
"website",
"screenshot",
"extract",
"color"
],
"repository": {
"type": "git",
"url": "https://github.com/mjhasbach/node-website-color-extractor.git"
},
"author": {
"name": "Matthew Hasbach",
"email": "hasbach.git@gmail.com",
"url": "https://github.com/mjhasbach"
},
"main": "lib/extractColors.js",
"directories": {
"lib": "lib"
}
}