-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
43 lines (43 loc) · 828 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
{
"name": "angular-coffee-base",
"version": "0.0.4",
"homepage": "https://github.com/ippeiukai/angularCoffeeBase",
"authors": [
"UKAI Ippei <[email protected]>"
],
"description": "Base classes and utility methods for writing angular app in CoffeeScript",
"main": "lib/angularCoffeeBase.min.js",
"moduleType": [
"globals"
],
"keywords": [
"angular",
"AngularJS",
"coffee",
"CoffeeScript",
"base",
"class",
"inheritance",
"superclass",
"angularCoffeeBase",
"controller",
"service",
"classFactory",
"delegates",
"getterProperty",
"privates"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.3"
},
"devDependencies": {
}
}