forked from meltingice/CamanJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 839 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": "caman",
"version": "3.2.2",
"description": "Pure Javascript (Ca)nvas (Man)ipulation. Easy, but powerful, image manipulation library.",
"keywords": ["canvas", "image", "manipulate", "filter", "image manipulation"],
"homepage": "http://camanjs.com",
"author": {
"name": "Ryan LeFevre",
"email": "[email protected]",
"url": "http://meltingice.net"
},
"contributors": [
{
"name": "Rick Waldron",
"url": "http://github.com/rwldrn"
},
{
"name": "Cezar Sa Espinola",
"url": "http://github.com/cezarsa"
}
],
"main": "./dist/caman.full.js",
"repository": {
"type": "git",
"url": "http://github.com/meltingice/CamanJS.git"
},
"dependencies": {
"canvas": "*"
},
"devDependencies": {
"coffee-script": ">= 1.3.1",
"jsmin": "*"
}
}