You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

31 lines
551 B

{
"name": "darkroom",
"description": "Extensible image editing tool via HTML canvas",
"version": "2.0.0",
"homepage": "http://mattketmo.github.io/darkroomjs/",
"authors": [
"Matthieu Moquet <matthieu@moquet.net>"
],
"license": "MIT",
"dependencies": {
"fabric": "~1.4.*"
},
"main": [
"build/darkroom.css",
"build/darkroom.js"
],
"moduleType": [
"globals"
],
"keywords": [
"image",
"canvas",
"crop"
],
"ignore": [
"node_modules",
"bower_components",
"test",
"tests"
]
}