forked from OpenF2/F2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 715 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 715 Bytes
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
{
"name": "F2",
"description": "F2 is an open and free web integration framework that allows you to deploy apps & components both within your existing web application and cross-domain.",
"keywords": [
"f2",
"openf2",
"markit f2"
],
"homepage": "http://www.openf2.org",
"version": "1.4.2",
"main": "F2.latest.js",
"ignore": [
"**/.*",
".bowerrc",
".gitignore",
".gitattributes",
".jshintrc",
".travis.yml",
"Gruntfile.js",
"package.json",
"README.md",
"CONTRIBUTING.md",
"ThirdPartyMaterial.md",
"LICENSE",
"docs",
"examples",
"sdk",
"tests",
"node_modules"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/OpenF2/F2.git"
}
}