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
35 lines (35 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.01 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
{
"name": "TypeScript.NET",
"version": "2.2.1",
"license": "MIT",
"author": "electricessence <oren@electrified.net>",
"description": "A JavaScript Friendly .NET Based Library Ported to TypeScript.",
"private": false,
"repository": "https://github.com/electricessence/TypeScript.NET.git",
"scripts": {
"postinstall": "node node_modules/bower/bin/bower install && node node_modules/tsd/build/cli reinstall --resolve"
},
"devDependencies": {
"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-html-minify": "0.0.12",
"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",
"mocha": "^2.3.3",
"semver": "^5.0.3",
"tsd": "^0.6.4",
"typedoc": "^0.3.10",
"typescript": "^1.6.2"
}
}