forked from mapbox/node-blend
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 888 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
35
36
37
{
"name": "@kartotherian/blend",
"description": "High speed image blending and quantization",
"version": "2.0.1-wikimedia.0",
"homepage": "http://github.com/mapbox/node-blend",
"author": "Konstantin Käfer <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/kartotherian/node-blend.git"
},
"publishConfig": {
"access": "public"
},
"contributors": [
"Dane Springmeyer <[email protected]>",
"Blake Thompson <[email protected]>"
],
"licenses": [
{
"type": "BSD"
}
],
"devDependencies": {
"mocha": "1.x",
"mkdirp": "~0.5.0",
"rimraf": "~2.2.8",
"eslint": "~1.00.0",
"eslint-config-unstyled": "^1.1.0"
},
"dependencies": {
"@kartotherian/mapnik": "~3.7.3-wikimedia.0"
},
"main": "index.js",
"scripts": {
"test": "eslint index.js && mocha -R spec --timeout 5000"
}
}