UNPKG

annotorious-bower

Version:

Image Annotation for the Web - Annotorious Core Library

51 lines (50 loc) 1.49 kB
{ "name": "annotorious-bower", "version": "0.6.4", "title": "Annotorious", "description": "Image Annotation for the Web - Annotorious Core Library", "keywords": [ "image", "annotation", "annotorious", "ui", "angular", "web" ], "repository": { "type": "git", "url": "https://github.com/igorlino/annotorious-bower.git" }, "author": { "name": "Igor Lino", "url": "http://igorlino.github.io/" }, "license": "MIT", "contributors": [ { "name": "Igor Lino", "email": "igorlino@github.com", "url": "https://github.com/igorlino" } ], "bugs": "https://github.com/igorlino/annotorious-bower/issues", "homepage": "http://igorlino.github.io/annotorious-bower/", "docs": "http://igorlino.github.io/annotorious-bower/examples", "demo": "http://igorlino.github.io/annotorious-bower/examples", "dependencies": { "jquery": ">=2.1.4" }, "devDependencies": { "grunt": "^0.4.5", "grunt-cli": "~0.1.13", "grunt-contrib-coffee": "^0.13.0", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-jshint": "^0.11.2", "grunt-contrib-uglify": "^0.9.1", "grunt-contrib-watch": "^0.6.1" }, "scripts": { "test": "grunt travis --verbose" }, "readmeFilename": "README.md" }