-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 870 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
{
"name": "angular-lineman-startapp",
"version": "0.0.1",
"dependencies": {
"jquery": "~1.11.1",
"angular": "~1.5.0",
"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",
"angular-material": "~1.0.5"
},
"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",
"nodejs",
"socket.io",
"sass"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"/vendor/bower",
"test",
"tests"
],
"resolutions": {
"angular": "~1.5.0"
}
}