-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 919 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
{
"name": "grafi-brightness",
"version": "0.0.1",
"description": "Brightness module for grafi.js",
"main": "grafi-brightness.js",
"scripts": {
"test": "node grafi-brightness.test.js",
"build": "node_modules/.bin/smash src/_blueprint.js | node_modules/.bin/standard-format - > grafi-brightness.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grafijs/grafi-brightness.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-brightness#readme",
"devDependencies": {
"smash": "0.0.15",
"standard-format": "2.1.1",
"grafi-formatter": "git://github.com/grafijs/grafi-formatter.git"
}
}