-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
45 lines (45 loc) · 854 Bytes
/
bower.json
File metadata and controls
45 lines (45 loc) · 854 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
38
39
40
41
42
43
44
45
{
"name": "dotanode",
"version": "1.0.0",
"homepage": "https://github.com/rrarunan/dotanode",
"authors": [
"Arunan <r.arunan@gmail.com>"
],
"description": "Dota experiments",
"moduleType": [
"node"
],
"keywords": [
"gamer",
"geek",
"experimentation"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"flat-ui": "~2.2.0",
"requirejs": "~2.1.15",
"backbone": "~1.1.2",
"underscore": "~1.7.0",
"bootstrap": "~3.2.0",
"mustache": "~0.8.2",
"masonry": "~3.1.5",
"imagesloaded": "~3.1.8"
},
"devDependencies": {
"backbone": "~1.1.2",
"bootstrap": "~3.2.0",
"text": "~2.0.12",
"requirejs": "~2.1.15"
},
"resolutions": {
"underscore": "~1.7.0"
}
}