forked from Vibrant-Colors/node-vibrant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·47 lines (47 loc) · 1 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
{
"name": "node-vibrant",
"version": "1.1.3",
"description": "Node.js port of vibrant.js. Get color variations from an image. Basically a JS port of Android's Palette",
"main": "lib/index.js",
"browser": "lib/browser.js",
"directories": {
"example": "examples"
},
"dependencies": {
"jimp": "^0.2.4",
"quantize": "^1.0.1"
},
"devDependencies": {
"browserify": "^10.2.4",
"chai": "^3.0.0",
"coffee-script": "^1.9.3",
"gulp": "^3.9.0",
"gulp-bench": "^1.1.0",
"gulp-coffee": "^2.3.1",
"gulp-heap": "^1.1.2",
"gulp-mocha": "^2.1.0",
"gulp-uglify": "^1.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/akfish/node-vibrant.git"
},
"keywords": [
"color",
"detection",
"varation",
"image",
"picture",
"canvas",
"vibrant",
"muted",
"colour"
],
"author": "akfish",
"license": "MIT"
}