This repository was archived by the owner on May 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.3 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.3 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
57
58
{
"license": "MIT",
"author": "electricessence <npm@electrified.net>",
"description": "A JavaScript-Friendly .NET Based TypeScript Library.",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/electricessence/TypeScript.NET-Core.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": "^4.0.6",
"@types/gulp-sourcemaps": "0.0.32",
"@types/gulp-typescript": "^2.13.0",
"@types/gulp-uglify": "^3.0.6",
"@types/merge2": "^1.3.0",
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.4",
"@types/qunit": "^2.9.1",
"@types/semver": "^7.1.0",
"assert": "^2.0.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"karma": "^5.0.4",
"merge2": "^1.3.0",
"mocha": "^7.1.2",
"semver": "^7.3.2",
"ts-node": "^8.10.1",
"typescript": "^3.8.3"
},
"dependencies": {
"tslib": "^1.11.1"
}
}