Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(711)

Side by Side Diff: tools/cc-frame-viewer/third_party/gl-matrix/package.json

Issue 12251005: [cc-frame-viewer] Add gl-matrix to third_party [redux] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "gl-matrix",
3 "description": "Javascript Matrix and Vector library for High Performance WebG L apps",
4 "version": "2.1.0",
5 "main": "dist/gl-matrix.js",
6 "homepage": "http://glmatrix.net",
7 "bugs": {
8 "url": "https://github.com/toji/gl-matrix/issues"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/toji/gl-matrix.git"
13 },
14 "contributors": [
15 {
16 "name": "Brandon Jones",
17 "email": "tojiro@gmail.com"
18 },
19 {
20 "name": "Colin MacKenzie IV",
21 "email": "sinisterchipmunk@gmail.com"
22 }
23 ],
24 "license": "BSD"
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698