-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 851 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
{
"name": "angular-lineman-startapp",
"version": "0.0.1",
"dependencies": {
"jquery": "~1.11.1",
"angular": "~1.2.15",
"underscore": "~1.6.0",
"angular-resource": "~1.2.15",
"angular-route": "~1.2.15",
"angular-sanitize": "~1.2.15",
"angular-ui-router": "~0.2.8",
"font-awesome": "~4.0.3",
"bootstrap-sass": "~3.0.2"
},
"homepage": "https://github.com/george-i/angular-lineman-startapp",
"authors": [
"George Ilie <[email protected]>"
],
"description": "Advanced web development toolkit based on Lineman JS",
"moduleType": [
"amd",
"node"
],
"keywords": [
"angularjs",
"lineman",
"nodejs",
"socket.io",
"sass"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"/vendor/bower",
"test",
"tests"
]
}