-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
43 lines (43 loc) · 957 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-scalable-project",
"version": "0.1.1",
"homepage": "https://github.com/dsalvagni/angular-scalable-project",
"repository": {
"type": "git",
"url": "git://github.com/dsalvagni/angular-scalable-project"
},
"authors": [
"Daniel Salvagni <[email protected]>"
],
"description": "Skeleton to build scalable single-page applications",
"main": "app/app.js",
"keywords": [
"angularjs",
"requirejs",
"AMD",
"SPA",
"Single-page application"
],
"ignore": [
"logs/*",
".grunt/*",
"dist/",
"test-results.xml",
"app/vendor/*",
"!.gitkeep",
"node_modules/",
"bower_components/",
"tmp",
".DS_Store",
".idea"
],
"license": "MIT",
"devDependencies": {
"angular": "~1.4.5",
"angular-mocks": "~1.4.5",
"angular-route": "~1.4.5",
"angular-ui-router": "ui-router#~0.2.15",
"bootstrap": "~3.3.5",
"requirejs": "~2.1.20"
}
}