-
- Downloads
renamed project from molstar-proto to molstar
Showing
- README.md 1 addition, 1 deletionREADME.md
- docs/model-server/readme.md 3 additions, 3 deletionsdocs/model-server/readme.md
- mol-star-proto.sublime-project 0 additions, 8 deletionsmol-star-proto.sublime-project
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 5 additions, 5 deletionspackage.json
- src/servers/model/test.ts 1 addition, 1 deletionsrc/servers/model/test.ts
mol-star-proto.sublime-project
deleted
100644 → 0
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
{ | { | ||
"name": "molstar-proto", | "name": "molstar", | ||
"version": "0.1.0", | "version": "0.1.0", | ||
"description": "Comprehensive molecular library.", | "description": "A comprehensive macromolecular library.", | ||
"homepage": "https://github.com/molstar/molstar-proto#readme", | "homepage": "https://github.com/molstar/molstar#readme", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://github.com/molstar/molstar-proto.git" | "url": "https://github.com/molstar/molstar.git" | ||
}, | }, | ||
"bugs": { | "bugs": { | ||
"url": "https://github.com/molstar/molstar-proto/issues" | "url": "https://github.com/molstar/molstar/issues" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"lint": "tslint src/**/*.ts", | "lint": "tslint src/**/*.ts", | ||
... | ... |
Please register or sign in to comment