forked from Famous/famous-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·38 lines (38 loc) · 861 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
{
"name": "famous-angular",
"description": "Integrate Famo.us into AngularJS apps and build Famo.us apps using AngularJS tools",
"version": "0.0.11",
"license": "MPL v2.0",
"homepage": "https://github.com/Famous/famous-angular",
"main": "dist/famous-angular.js",
"dependencies": {
"angular": "1.2.16",
"requirejs": ">=2.1.0",
"famous": "~0.2.0"
},
"devDependencies": {
"angular-mocks": "1.2.6",
"angular-scenario": "1.2.6"
},
"resolutions": {
"angular": "1.2.16"
},
"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"
]
}