forked from takeshi/gulp-typescript-annotate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 807 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 807 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
{
"name": "gulp-typescript-annotate",
"version": "0.1.0",
"description": "Append class name and constructor parameter names to TypeScript CLass",
"main": "index.js",
"dependencies": {
"through2": "~0.6.5",
"typescript": "~1.5.0-beta"
},
"devDependencies": {
"gulp": "~3.8.11",
"gulp-typescript": "~2.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/takeshi/gulp-typescript-annotate.git"
},
"keywords": [
"gulp",
"typescript",
"angular"
],
"author": "konkicci@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/takeshi/gulp-typescript-annotate/issues"
},
"homepage": "https://github.com/takeshi/gulp-typescript-annotate"
}