This repository was archived by the owner on Dec 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.27 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.27 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "typescript-dotnet",
"version": "4.11.1",
"license": "MIT",
"author": "electricessence <npm@electrified.net>",
"description": "A JavaScript-Friendly .NET Based TypeScript Library.",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/electricessence/TypeScript.NET.git"
},
"directories": {
"lib": "./source"
},
"browser": {
"child_process": false
},
"keywords": [
"JavaScript",
"TypeScript",
".NET",
"dotnet",
"TypeScript.NET",
"LINQ",
"Regex",
"TypeValidator",
"Promise",
"Parallel",
"IDisposable",
"IEnumerable",
"ICollection",
"typescript-dotnet"
],
"devDependencies": {
"@types/gulp": "^3.8.32",
"@types/gulp-sourcemaps": "0.0.32",
"@types/gulp-typedoc": "0.0.29",
"@types/mocha": "^2.2.32",
"@types/qunit": "^2.0.31",
"@types/semver": "^5.3.30",
"assert": "^1.3.0",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-bump": "^1.0.0",
"gulp-nuget-pack": "0.0.6",
"gulp-typedoc": "^2.0.0",
"gulp-typescript-helper": "^1.4.3",
"karma": "^0.13.21",
"mocha": "^2.4.5",
"semver": "^5.0.3",
"stream-to-promise-agnostic": "^1.0.3",
"ts-node": "^1.6.1",
"typedoc": "^0.4.5",
"typescript": "^2.9.2"
}
}