Adding Sylvester (matrix math) 0.1.3

Downloaded from:
http://sylvester.jcoglan.com/assets/sylvester-0-1-3.zip
This commit is contained in:
Nicholas Bollweg
2012-06-07 19:00:40 -04:00
parent 0b4e39f206
commit ec3517b214
2 changed files with 34 additions and 0 deletions
File diff suppressed because one or more lines are too long
+25
View File
@@ -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"
}
]
}