-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathfb.nuspec
20 lines (20 loc) · 963 Bytes
/
fb.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>fb</id>
<version>0.0.15</version>
<title />
<authors>Thuzi</authors>
<owners>Prabir Shrestha,Jim Zimmerman</owners>
<licenseUrl>https://github.com/Thuzi/facebook-winjs-sdk/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Thuzi/facebook-winjs-sdk</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>With facebook-winjs-sdk you can now easily write the same code and share between your windows 8 apps (winjs) and the client (Facebook Javascript SDK).</description>
<language>en-US</language>
<tags>Facebook WinJS FBWinJS fb</tags>
</metadata>
<files>
<file src="fb.js" target="content\js\fb.js" />
<file src="readme.txt" target="readme.txt" />
</files>
</package>