source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/utils/build/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: 588 bytes
Line 
1{
2 "name": "three.js",
3 "description": "JavaScript 3D library",
4 "version": "50dev",
5 "homepage" : "http://threejs.org/",
6 "author": "three.js contributors",
7 "help": {
8 "web": "http://stackoverflow.com/questions/tagged/three.js"
9 },
10
11 "devDependencies": {
12 "uglify-js2": "*",
13 "argparse" : "*"
14 },
15
16 "repository" : {
17 "type" : "git",
18 "url" : "git://github.com/mrdoob/three.js.git"
19 },
20 "licenses": [{
21 "type": "The MIT License",
22 "url": "https://raw.github.com/mrdoob/three.js/master/LICENSE"
23 }]
24}
Note: See TracBrowser for help on using the repository browser.