-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 958 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": "grafi-despeckle",
"version": "0.0.0",
"description": "",
"main": "grafi-despeckle.js",
"scripts": {
"test": "node grafi-despeckle.test.js",
"build": "node_modules/.bin/smash src/_blueprint.js | node_modules/.bin/standard-format - > grafi-despeckle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grafijs/grafi-despeckle.git"
},
"keywords": [
"grafi",
"images",
"image",
"graphics",
"graphic",
"canvas"
],
"author": "The Grafi Project Contributors (http://grafijs.org/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/grafijs/grafi/issues"
},
"homepage": "https://github.com/grafijs/grafi-despeckle#readme",
"devDependencies": {
"smash": "0.0.15",
"standard-format": "2.1.1",
"grafi-formatter": "git://github.com/grafijs/grafi-formatter.git",
"grafi-convolution": "git://github.com/grafijs/grafi-convolution.git"
}
}