mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Prepare package.json for publishing on npm.
This commit is contained in:
parent
87f1c97295
commit
f3d5e4e155
12
package.json
12
package.json
@ -2,6 +2,18 @@
|
||||
"name": "OpenSeadragon",
|
||||
"version": "2.1.0",
|
||||
"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": {
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-contrib-clean": "^0.5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user