-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 689 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 689 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
29
30
31
32
{
"name": "bm12g10/sab3g10 COMP6205 Editor",
"version": "0.1",
"homepage": "https://github.com/SimonBidwell/COMP6205---Web-Development",
"description": "Web-based audio editor created for COMP6205 coursework by Ben Morton and Simon Bidwell",
"main": "index.php",
"keywords": [
"web",
"audio",
"javascript",
"peaks"
],
"authors": [
"Ben Morton",
"Simon Bidwell"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"font-awesome": "~4.2.0",
"jquery-ui": "~1.11.2",
"jquery": "~2.1.1",
"peaks.js": "BTMorton\peaks.js"
}
}