-
Notifications
You must be signed in to change notification settings - Fork 274
/
Copy pathbower.json
executable file
·39 lines (39 loc) · 1014 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
{
"name": "famous-angular",
"description": "Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.",
"version": "0.5.2",
"license": "MPL v2.0",
"homepage": "https://github.com/Famous/famous-angular",
"main": [
"dist/famous-angular.js",
"dist/famous-angular.css"
],
"dependencies": {
"angular": "1.3.8",
"famous": "0.3.4",
"famous-angular-bower": "https://code.famo.us/famous-angular/bower/famous-angular-bower.tar.gz?version=0.5.0"
},
"devDependencies": {
"angular-mocks": "1.3.8"
},
"ignore": [
"**/.*",
"node_modules",
"docs",
"bower_components",
"test",
"gulpfile.js",
"angus-site",
"docs-generation",
"famous-angular-docs",
"famous-angular-examples",
"src",
"famous-angular.pdf",
"init_submodules.sh",
"karma.conf.js",
"karma-e2e.conf.js",
"package.json",
"changelog.js",
"validateCommitMsg.js"
]
}