forked from gandjustas/sptypescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypescripttemplates.nuspec
23 lines (22 loc) · 1.29 KB
/
typescripttemplates.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>typescripttemplates</id>
<version>1.0.0</version>
<title>SharePoint TypeScript CSR templates and helpers</title>
<authors>Stanislav Vyschepan</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>TypeScript Templates is a set of SharePoint Client-Side Rendering (CSR) templates and helper functions to change behaviour of standard forms.</description>
<tags>sharepoint typescript CSR</tags>
<projectUrl>https://github.com/gandjustas/sptypescript</projectUrl>
<dependencies>
<dependency id="sharepoint.TypeScript.DefinitelyTyped" version="0.2.2" />
<dependency id="angularjs.TypeScript.DefinitelyTyped" version="4.2.2"/>
<dependency id="knockout.TypeScript.DefinitelyTyped" version="0.8.3"/>
</dependencies>
</metadata>
<files>
<file src="release\typescripttemplates.js" target="Content\Scripts" />
<file src="release\typescripttemplates.d.ts" target="Content\Scripts\typings\typescripttemplates" />
</files>
</package>