-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
41 lines (41 loc) · 939 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
{
"name": "angular-lineman-startapp",
"version": "0.0.1",
"dependencies": {
"jquery": "~1.11.1",
"angular": "~1.2.15",
"underscore": "~1.6.0",
"bootstrap": "~3.1.1",
"angular-bootstrap": "~0.10.0",
"angular-animate": "~1.2.15",
"angular-resource": "~1.2.15",
"angular-route": "~1.2.15",
"angular-touch": "~1.2.15",
"angular-cookies": "~1.2.15",
"angular-sanitize": "~1.2.15",
"angular-ui-router": "~0.2.8",
"font-awesome": "~4.0.3"
},
"homepage": "https://github.com/george-i/angular-lineman-startapp",
"authors": [
"George Ilie <george.ilie@2hats.net>"
],
"description": "Advanced web development toolkit based on Lineman JS",
"moduleType": [
"amd",
"node"
],
"keywords": [
"angularjs",
"lineman"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"/vendor/bower",
"test",
"tests"
]
}