-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 815 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "nori web interface",
"description": "A web interface for the nori render",
"version": "0.0.1",
"homepage": "https://github.com/alexus37/NoriV2Webinterface",
"license": "MIT",
"private": false,
"dependencies": {
"jquery": "2.1.1",
"jquery-ui": "1.10.4",
"angular": "1.3.x",
"angular-route": "1.2.27",
"angular-bootstrap": "0.11.0",
"bootstrap": "3.3.1",
"angular-ui-grid": "~3.0.0-rc.16",
"angular-dialog-service": "~5.2.6",
"angular-loading-bar": "~0.7.1",
"angular-growl-v2": "~0.7.4",
"angular-ui-codemirror": "~0.3.0",
"angular-file-upload": "~2.2.0",
"three.js": "threejs#*",
"angular-animate": "~1.4.8",
"angular-cookies": "~1.4.8",
"angular-websocket": "~1.0.14",
"swampdragon": "*",
"ng-dialog": "~0.5.6"
}
}