-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 923 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 923 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
33
34
35
36
37
{
"name": "rptree",
"homepage": "http://rptree.com",
"authors": [
"Tracy Rotton <[email protected]>",
"Kurt Roberts <[email protected]>",
"Bryan Cox <[email protected]>",
"Jeremy Hilts <[email protected]>",
"Michael Kahane <[email protected]>",
"Deanna Steers <[email protected]>"
],
"description": "RPTree 2015: Rise of RPYeti",
"main": "",
"moduleType": [],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"compass-breakpoint": "breakpoint-sass#~2.6.1",
"bootstrap": "4.0.0-alpha",
"font-awesome": "fontawesome#~4.4.0",
"masonry": "~3.3.2",
"backbone": "~1.2.3",
"moment": "~2.10.6",
"susy": "~2.2.7",
"tween.js": "tweenjs#~16.3.1",
"js-cookie": "~2.0.4",
"imagesloaded": "~3.2.0"
},
"dependencies": {}
}