forked from electricessence/TypeScript.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (40 loc) · 677 Bytes
/
Copy pathbower.json
File metadata and controls
40 lines (40 loc) · 677 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
37
38
39
40
{
"name": "TypeScript.NET",
"version": "2.1.2",
"ignore": [
".gitignore",
".idea",
".nuget",
"gulpfile.js",
"node_modules",
"bower_components",
"test",
"tests",
"example",
"documentation",
"source/_tests",
"tests-*"
],
"homepage": "https://github.com/electricessence/TypeScript.NET",
"authors": [
"electricessence <oren@electrified.net>"
],
"description": "A JavaScript Friendly .NET Library Ported to TypeScript.",
"moduleType": [
"amd"
],
"keywords": [
"TypeScript",
"tsc",
".net",
"TypeScript.NET",
"LINQ"
],
"license": "MIT",
"dependencies": {
"requirejs": "~2.1.20"
},
"devDependencies": {
"qunit": "~1.19.0"
}
}