-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
46 lines (46 loc) · 917 Bytes
/
bower.json
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
46
{
"name": "ioh-cover-maker",
"version": "0.0.1",
"authors": [
"tomchentw <[email protected]>"
],
"description": "IOH cover maker",
"main": "index.ls",
"keywords": [
"npm",
"RubyGems"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"bower_components",
"client",
"config",
"lib",
"node_modules",
"pkg",
"public",
"server",
"test",
"tmp",
"gulpfile.ls",
"index.ls",
"Makefile",
"package.json"
],
"dependencies": {
"angular": "~1.2.13",
"angular-bootstrap": "~0.10.0",
"angular-ga": "~0.1.0",
"angular-resource": "~1.2.14",
"ng-form-data": "[email protected]:IOH/ng-form-data.git#master",
"blueimp-canvas-to-blob": "~2.1.0",
"FileSaver": "*",
"angular-loading-bar": "~0.4.0",
"twbs-bootstrap-sass": "~3.1.1"
},
"devDependencies": {
"angular-mocks": "~1.2.13"
}
}