mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-22 19:28:40 +10:00
27 lines
963 B
JSON
27 lines
963 B
JSON
{ "name" : "sylvester"
|
|
, "filename" : "sylvester.js"
|
|
, "description" : "Vector and Matrix math for JavaScript"
|
|
, "homepage" : "http://sylvester.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"
|
|
}
|
|
]
|
|
}
|