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.
 

39 lines
909 B

{
"name": "merge-images",
"version": "0.0.0",
"description": "Easily compose images together without messing around in canvas",
"main": "src/index.js",
"scripts": {
"lint": "xo",
"test": "nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"xo": {
"env": "browser"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/merge-images.git"
},
"keywords": [
"compose",
"merge",
"images",
"without",
"no",
"canvas"
],
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/merge-images/issues"
},
"homepage": "https://github.com/lukechilds/merge-images",
"dependencies": {},
"devDependencies": {
"ava": "^0.17.0",
"coveralls": "^2.11.15",
"nyc": "^10.0.0",
"xo": "^0.17.1"
}
}