Prepare package.json for publishing on npm.

This commit is contained in:
Antoine Vandecreme 2015-11-26 09:59:44 -05:00
parent 87f1c97295
commit f3d5e4e155

View File

@ -2,6 +2,18 @@
"name": "OpenSeadragon", "name": "OpenSeadragon",
"version": "2.1.0", "version": "2.1.0",
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.", "description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
"keywords": ["image", "zoom", "pan"],
"homepage": "http://openseadragon.github.io/",
"bugs": {
"url": "https://github.com/openseadragon/openseadragon/issues"
},
"license": "BSD-3-Clause",
"files": ["build/openseadragon/"],
"main": "build/openseadragon/openseadragon.js",
"repository": {
"type" : "git",
"url" : "https://github.com/openseadragon/openseadragon.git"
},
"devDependencies": { "devDependencies": {
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0", "grunt-contrib-clean": "^0.5.0",