You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ Join the team and help contribute to F2 on GitHub. Begin by reading our [contrib
28
28
29
29
* Choose a [F2.js package](http://docs.openf2.org/f2js-sdk.html#packages), including [F2.basic.js](https://raw.github.com/OpenF2/F2/master/sdk/packages/f2.basic.min.js) (7kb, minified and gzipped)
30
30
* Grab any version of F2 [on cdnjs.com](http://cdnjs.com/libraries/F2/).
31
-
* For .NET developers: install the [NuGet Package](https://nuget.org/packages/F2/).
32
-
**Bower coming soon!*
31
+
* For .NET developers: install the [NuGet Package](https://nuget.org/packages/F2/) or `PM> Install-Package F2`
"description": "F2 is an open and free web integration framework designed to help you and other financial industry participants develop custom solutions that combine the best tools and content from multiple providers into one, privately-labeled, seamlessly integrated front-end.",
4
-
"keywords": ["f2","openf2","markit f2"],
5
-
"homepage": "http://www.openf2.org",
6
-
"version": "1.4.1",
7
-
"main": "F2.latest.js",
8
-
"ignore": [
9
-
"**/.*",
10
-
".bowerrc",
11
-
".gitignore",
12
-
".gitattributes",
13
-
".jshintrc",
14
-
".travis.yml",
15
-
"Gruntfile.js",
16
-
"package.json",
17
-
"README.md",
18
-
"CONTRIBUTING.md",
19
-
"ThirdPartyMaterial.md",
20
-
"LICENSE",
21
-
"docs",
22
-
"examples",
23
-
"sdk",
24
-
"tests",
25
-
"node_modules"
26
-
],
27
-
"license": "Apache-2.0",
28
-
"repository": {
29
-
"type": "git",
30
-
"url": "git://github.com/OpenF2/F2.git"
31
-
}
32
-
}
2
+
"name": "F2",
3
+
"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.",
0 commit comments