imago-js
Version:
> It's a wonderful image library! With the purpose to facilitate the manipulation of images, imago.js enables you to perform trimming and resizing. [Example page](http://evandroeisinger.github.io/imago.js/example)
35 lines (34 loc) • 826 B
JSON
{
"name": "imago-js",
"version": "2.1.0",
"author": "Evandro Eisinger <evandroeisinger@gmail.com>",
"main": "src/imago.js",
"repository": {
"type": "git",
"url": "https://github.com/evandroeisinger/imago.js"
},
"scripts": {
"hint": "./node_modules/jshint/bin/jshint src/imago.js; ./node_modules/jshint/bin/jshint test/imago.js",
"test": "npm run hint; ./node_modules/karma/bin/karma start test/config.js"
},
"license": "MIT",
"devDependencies": {
"jshint": "^2.6.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"karma-jasmine-jquery": "^0.1.1",
"jasmine-core": "^2.1.3"
},
"keywords": [
"js",
"javascript",
"imago",
"image",
"images",
"edition",
"crop",
"resizing",
"manipulation"
]
}