mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-23 11:46:40 +10:00
Adding Sylvester (matrix math) 0.1.3
Downloaded from: http://sylvester.jcoglan.com/assets/sylvester-0-1-3.zip
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,25 @@
|
||||
{ "name" : "sylvester"
|
||||
, "description" : "Vector and Matrix math for JavaScript"
|
||||
, "homepage" : "http://sylvster.jcoglan.com"
|
||||
, "author" : "James Coglan <jcoglan@gmail.com> (http://jcoglan.com/)"
|
||||
, "keywords" : ["vector", "matrix", "geometry", "math"]
|
||||
|
||||
, "version" : "0.1.3"
|
||||
, "engines" : {"node": ">=0.4.0"}
|
||||
, "main" : "./lib/sylvester"
|
||||
, "devDependencies" : {"jsclass": ""}
|
||||
|
||||
, "scripts" : {"test": "node test/console.js"}
|
||||
|
||||
, "bugs" : "http://github.com/jcoglan/sylvester/issues"
|
||||
|
||||
, "licenses" : [ { "type" : "MIT"
|
||||
, "url" : "http://www.opensource.org/licenses/mit-license.php"
|
||||
}
|
||||
]
|
||||
|
||||
, "repositories" : [ { "type" : "git"
|
||||
, "url" : "git://github.com/jcoglan/sylvester.git"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user