forked from electricessence/TypeScript.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.05 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
{
"name": "typescript-dotnet",
"version": "2.5.19",
"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"
},
"keywords": [
"JavaScript",
"TypeScript",
".NET",
"dotnet",
"TypeScript.NET",
"LINQ"
],
"devDependencies": {
"assert": "^1.3.0",
"babel": "^5.8.23",
"bower": "^1.5.2",
"del": "^2.0.2",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-babel": "^5.3.0",
"gulp-bump": "^1.0.0",
"gulp-nuget-pack": "0.0.6",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-tsc": "^1.1.1",
"gulp-typedoc": "^1.2.1",
"gulp-typescript": "^2.8.3",
"gulp-uglify": "^1.4.1",
"karma": "^0.13.14",
"mocha": "^2.3.3",
"q": "^1.4.1",
"semver": "^5.0.3",
"tsd": "^0.6.4",
"typedoc": "^0.3.12",
"typescript": "^1.6.2"
}
}