update version and clarify license

This commit is contained in:
David Koes
2016-05-19 08:55:17 -04:00
parent 51602efb51
commit e980bc191b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
3Dmol.js incorporates code from GLmol, Three.js, and jQuery and 3Dmol.js incorporates code from GLmol, Three.js, and jQuery and
is licensed under a BSD style license. is licensed under a BSD-3-Clause license.
* 3Dmol.js * 3Dmol.js
Copyright (c) 2014, University of Pittsburgh and contributors Copyright (c) 2014, University of Pittsburgh and contributors

View File

@@ -1,12 +1,12 @@
{ {
"name": "3Dmol", "name": "3Dmol",
"version": "1.0.2", "version": "1.0.5",
"description": "Object oriented Javascript molecular visualization library", "description": "Object oriented Javascript molecular visualization library",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/dkoes/3Dmol.js.git" "url": "https://github.com/dkoes/3Dmol.js.git"
}, },
"author": "David Koes, Nick Rego", "author": "David Koes and contributors",
"homepage": "http://3dmol.csb.pitt.edu", "homepage": "http://3dmol.csb.pitt.edu",
"devDependencies": { "devDependencies": {
"grunt": "~0.4.5", "grunt": "~0.4.5",