Files
cdnjs/ajax/libs/sylvester/package.json
T

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"
}
]
}