source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/bower.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: 376 bytes
Line 
1{
2 "name": "three.js",
3 "version": "0.0.65",
4 "homepage": "http://threejs.org/",
5 "description": "JavaScript 3D library",
6 "main": "build/three.js",
7 "keywords": [
8 "three",
9 "threejs",
10 "three.js",
11 "3D",
12 "webgl"
13 ],
14 "license": "MIT",
15 "ignore": [
16 "**/.*",
17 "*.md",
18 "bower.json",
19 "docs",
20 "editor",
21 "examples",
22 "src",
23 "test",
24 "utils",
25 "LICENSE"
26 ]
27}
Note: See TracBrowser for help on using the repository browser.