source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/utils/npm/three-math.package.json@ 28897

Last change on this file since 28897 was 28897, checked in by davidb, 10 years ago

GUI front-end to server base plus web page content

File size: 875 bytes
RevLine 
[28897]1{
2
3 "name" : "three-math",
4
5 "version" : "%VERSION%",
6
7 "description" : "JavaScript 3D Math library",
8
9 "keywords" : [
10 "3D",
11 "WebGL",
12 "Three",
13 "ThreeJS",
14 "CSS",
15 "engine",
16 "rendering",
17 "geometry",
18 "math"
19 ],
20
21 "homepage" : "http://threejs.org/",
22
23 "bugs" : {
24 "url" : "https://github.com/mrdoob/three.js/issues"
25 },
26
27 "author" : "three.js contributors",
28
29 "main" : "./three-math.js",
30
31 "repository" : {
32 "type" : "git",
33 "url" : "git://github.com/mrdoob/three.js.git"
34 },
35
36 "license" : {
37 "type" : "The MIT License",
38 "url" : "https://raw.github.com/mrdoob/three.js/master/LICENSE"
39 },
40
41 "engines" : {
42 "node" : "*"
43 },
44
45 "help" : {
46 "web" : "http://stackoverflow.com/questions/tagged/three.js"
47 }
48
49}
Note: See TracBrowser for help on using the repository browser.